1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 19:33:16 +03:00

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

View file

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