1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 08:31:02 +03:00

Replaced 'plugin' w/ 'plugin-name'

Replacement `class-plugin-name-admin.php` for `class-plugin-admin.php` was made in `plugin-name.php` on line 72.  The change better allows find-replace functionality.
This commit is contained in:
Thane 2014-01-15 09:03:33 -06:00
parent 6568f73894
commit 97163ca358

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`
*