mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Removes 'Change 'plugin-name' to the name of your plugin' from DocBlock
Removes 'Change 'plugin-name' to the name of your plugin' from add_plugin_admin_menu() function DocBlock, as this is now defined via a variable.
This commit is contained in:
parent
895240626a
commit
9422feacfd
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ class Plugin_Name {
|
||||||
* Change 'Page Title' to the title of your plugin admin page
|
* Change 'Page Title' to the title of your plugin admin page
|
||||||
* Change 'Menu Text' to the text for menu item for the plugin settings page
|
* Change 'Menu Text' to the text for menu item for the plugin settings page
|
||||||
* Change 'manage_options' to the capability you see fit (http://codex.wordpress.org/Roles_and_Capabilities)
|
* Change 'manage_options' to the capability you see fit (http://codex.wordpress.org/Roles_and_Capabilities)
|
||||||
* Change 'plugin-name' to the name of your plugin
|
|
||||||
*/
|
*/
|
||||||
$this->plugin_screen_hook_suffix = add_plugins_page(
|
$this->plugin_screen_hook_suffix = add_plugins_page(
|
||||||
__( 'Page Title', $this->plugin_slug ),
|
__( 'Page Title', $this->plugin_slug ),
|
||||||
|
|
Loading…
Reference in a new issue