// Remove translations on icon class
This commit is contained in:
@@ -66,7 +66,7 @@ class AdminFeaturesControllerCore extends AdminController
|
||||
$this->bulk_actions = array(
|
||||
'delete' => array(
|
||||
'text' => $this->l('Delete selected'),
|
||||
'icon' => $this->l('icon-trash'),
|
||||
'icon' => 'icon-trash',
|
||||
'confirm' => $this->l('Delete selected items?')
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user