diff --git a/plugin-name/trunk/admin/class-plugin-name-admin.php b/plugin-name/trunk/admin/class-plugin-name-admin.php index 6abed91..0949d6f 100644 --- a/plugin-name/trunk/admin/class-plugin-name-admin.php +++ b/plugin-name/trunk/admin/class-plugin-name-admin.php @@ -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. */ diff --git a/plugin-name/trunk/public/class-plugin-name-public.php b/plugin-name/trunk/public/class-plugin-name-public.php index 7f0962d..28fc9b7 100644 --- a/plugin-name/trunk/public/class-plugin-name-public.php +++ b/plugin-name/trunk/public/class-plugin-name-public.php @@ -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. */