1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 01:43:16 +03:00

Merge pull request #79 from barryceelen/patch-2

Removes 'Change 'plugin-name' to the name of your plugin' from DocBlock
This commit is contained in:
Tom McFarlin 2013-09-18 06:14:25 -07:00
commit a75ab1826c

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 ),