mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02: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:
parent
6568f73894
commit
97163ca358
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue