Skip to content

Commit

Permalink
updating a reference to the plugin slug
Browse files Browse the repository at this point in the history
  • Loading branch information
tommcfarlin committed May 18, 2013
1 parent 4b05ac7 commit 08f0d9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.1 (17 May 2013)

* Updating a reference to the plugin slug

## 2.5.0 (16 May 2013)

* Updating `readme.txt` to be up to standard with the current WordPress Plugin Repository demo
Expand Down
4 changes: 2 additions & 2 deletions plugin-name/class-plugin-name.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ public function add_plugin_admin_menu() {
* Change 'plugin-name' to the name of your plugin
*/
$this->plugin_screen_hook_suffix = add_plugins_page(
__( 'Page Title', $plugin_slug ),
__( 'Menu Text', $plugin_slug ),
__( 'Page Title', $this->plugin_slug ),
__( 'Menu Text', $this->plugin_slug ),
'read',
$this->plugin_slug,
array( $this, 'display_plugin_admin_page' )
Expand Down

0 comments on commit 08f0d9a

Please sign in to comment.