Merge pull request #156 from oobites/master

Replaced 'plugin' w/ 'plugin-name'
This commit is contained in:
Tom McFarlin 2014-01-15 11:26:51 -08:00
commit cf05974b25
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ add_action( 'plugins_loaded', array( 'Plugin_Name', 'get_instance' ) );
/*
* @TODO:
*
* - replace `class-plugin-admin.php` with the name of the plugin's admin file
* - replace `class-plugin-name-admin.php` with the name of the plugin's admin file
* - replace Plugin_Name_Admin with the name of the class defined in
* `class-plugin-name-admin.php`
*