mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02: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:
commit
a75ab1826c
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 '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 ),
|
||||
|
|
Loading…
Reference in a new issue