mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Fix incorrect class names
This commit is contained in:
parent
470d0ec13c
commit
582ccadde0
2 changed files with 8 additions and 8 deletions
|
@ -65,10 +65,10 @@ class Plugin_Name_Admin {
|
|||
* This function is provided for demonstration purposes only.
|
||||
*
|
||||
* An instance of this class should be passed to the run() function
|
||||
* defined in Plugin_Name_Admin_Loader as all of the hooks are defined
|
||||
* defined in Plugin_Name_Loader as all of the hooks are defined
|
||||
* in that particular class.
|
||||
*
|
||||
* The Plugin_Name_Admin_Loader will then create the relationship
|
||||
* The Plugin_Name_Loader will then create the relationship
|
||||
* between the defined hooks and the functions defined in this
|
||||
* class.
|
||||
*/
|
||||
|
@ -88,10 +88,10 @@ class Plugin_Name_Admin {
|
|||
* This function is provided for demonstration purposes only.
|
||||
*
|
||||
* An instance of this class should be passed to the run() function
|
||||
* defined in Plugin_Name_Admin_Loader as all of the hooks are defined
|
||||
* defined in Plugin_Name_Loader as all of the hooks are defined
|
||||
* in that particular class.
|
||||
*
|
||||
* The Plugin_Name_Admin_Loader will then create the relationship
|
||||
* The Plugin_Name_Loader will then create the relationship
|
||||
* between the defined hooks and the functions defined in this
|
||||
* class.
|
||||
*/
|
||||
|
|
|
@ -65,10 +65,10 @@ class Plugin_Name_Public {
|
|||
* This function is provided for demonstration purposes only.
|
||||
*
|
||||
* An instance of this class should be passed to the run() function
|
||||
* defined in Plugin_Name_Public_Loader as all of the hooks are defined
|
||||
* defined in Plugin_Name_Loader as all of the hooks are defined
|
||||
* in that particular class.
|
||||
*
|
||||
* The Plugin_Name_Public_Loader will then create the relationship
|
||||
* The Plugin_Name_Loader will then create the relationship
|
||||
* between the defined hooks and the functions defined in this
|
||||
* class.
|
||||
*/
|
||||
|
@ -88,10 +88,10 @@ class Plugin_Name_Public {
|
|||
* This function is provided for demonstration purposes only.
|
||||
*
|
||||
* An instance of this class should be passed to the run() function
|
||||
* defined in Plugin_Name_Public_Loader as all of the hooks are defined
|
||||
* defined in Plugin_Name_Loader as all of the hooks are defined
|
||||
* in that particular class.
|
||||
*
|
||||
* The Plugin_Name_Public_Loader will then create the relationship
|
||||
* The Plugin_Name_Loader will then create the relationship
|
||||
* between the defined hooks and the functions defined in this
|
||||
* class.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue