mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Merge pull request #156 from oobites/master
Replaced 'plugin' w/ 'plugin-name'
This commit is contained in:
commit
cf05974b25
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue