1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-28 17:33:16 +03: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:
Barry Ceelen 2013-09-18 10:50:29 +02:00
parent 895240626a
commit 9422feacfd

View file

@ -301,7 +301,6 @@ class Plugin_Name {
* 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 '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(
__( 'Page Title', $this->plugin_slug ),