mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-23 04:13:53 +02:00
removing inline tabs, not localizing permissions.
related #44 fixes #41
This commit is contained in:
parent
b1d15663eb
commit
83138fb29f
1 changed files with 5 additions and 5 deletions
|
@ -260,8 +260,8 @@ class PluginName {
|
||||||
$this->plugin_screen_slug = add_plugins_page(
|
$this->plugin_screen_slug = add_plugins_page(
|
||||||
__('Page Title', 'plugin-name-locale'),
|
__('Page Title', 'plugin-name-locale'),
|
||||||
__('Menu Text', 'plugin-name-locale'),
|
__('Menu Text', 'plugin-name-locale'),
|
||||||
__('read', 'plugin-name-locale'),
|
'read',
|
||||||
__('plugin-name', 'plugin-name-locale'),
|
'plugin-name',
|
||||||
array( $this, 'display_plugin_admin_page' )
|
array( $this, 'display_plugin_admin_page' )
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue