PSR CS typo
This commit is contained in:
parent
a10ab12580
commit
e68a211f8f
@ -15,67 +15,67 @@ if (!defined('DC_CONTEXT_ADMIN')) {
|
||||
}
|
||||
|
||||
$this->addUserAction(
|
||||
/* type */
|
||||
/* type */
|
||||
'settings',
|
||||
/* action */
|
||||
/* action */
|
||||
'delete_all',
|
||||
/* ns */
|
||||
/* ns */
|
||||
'enhancePostContent',
|
||||
/* description */
|
||||
/* description */
|
||||
__('delete all settings')
|
||||
);
|
||||
|
||||
$this->addUserAction(
|
||||
/* type */
|
||||
/* type */
|
||||
'plugins',
|
||||
/* action */
|
||||
/* action */
|
||||
'delete',
|
||||
/* ns */
|
||||
/* ns */
|
||||
'enhancePostContent',
|
||||
/* description */
|
||||
/* description */
|
||||
__('delete plugin files')
|
||||
);
|
||||
|
||||
$this->addUserAction(
|
||||
/* type */
|
||||
/* type */
|
||||
'versions',
|
||||
/* action */
|
||||
/* action */
|
||||
'delete',
|
||||
/* ns */
|
||||
/* ns */
|
||||
'enhancePostContent',
|
||||
/* description */
|
||||
/* description */
|
||||
__('delete the version number')
|
||||
);
|
||||
|
||||
$this->addDirectAction(
|
||||
/* type */
|
||||
/* type */
|
||||
'settings',
|
||||
/* action */
|
||||
/* action */
|
||||
'delete_all',
|
||||
/* ns */
|
||||
/* ns */
|
||||
'enhancePostContent',
|
||||
/* description */
|
||||
/* description */
|
||||
sprintf(__('delete all %s settings'), 'enhancePostContent')
|
||||
);
|
||||
|
||||
$this->addDirectAction(
|
||||
/* type */
|
||||
/* type */
|
||||
'plugins',
|
||||
/* action */
|
||||
/* action */
|
||||
'delete',
|
||||
/* ns */
|
||||
/* ns */
|
||||
'enhancePostContent',
|
||||
/* description */
|
||||
/* description */
|
||||
sprintf(__('delete %s plugin files'), 'enhancePostContent')
|
||||
);
|
||||
|
||||
$this->addDirectAction(
|
||||
/* type */
|
||||
/* type */
|
||||
'versions',
|
||||
/* action */
|
||||
/* action */
|
||||
'delete',
|
||||
/* ns */
|
||||
/* ns */
|
||||
'enhancePostContent',
|
||||
/* description */
|
||||
/* description */
|
||||
sprintf(__('delete %s version number'), 'enhancePostContent')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user