Skip to content

Commit

Permalink
Minor changes to avoid future copy/paste with the plugin name.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauiglesias committed Jun 8, 2018
1 parent 11fac5e commit 2f70b14
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helpers/factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Object Factory base class
*
* @package Disable Cart Fragments
* @package WordPress Plugin
* @subpackage Helpers
*/
class Factory {
Expand Down
2 changes: 1 addition & 1 deletion helpers/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* AutoLoader class
*
* @package Disable Cart Fragments
* @package WordPress Plugin
* @subpackage Helpers
*/
final class Loader {
Expand Down
2 changes: 1 addition & 1 deletion helpers/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Plugin class
*
* @package Disable Cart Fragments
* @package WordPress Plugin
* @subpackage Helpers
*/
class Plugin {
Expand Down
2 changes: 1 addition & 1 deletion helpers/runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Runner class
*
* @package Disable Cart Fragments
* @package WordPress Plugin
* @subpackage Helpers
*/
class Runner {
Expand Down
2 changes: 1 addition & 1 deletion helpers/singleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Singleton class
*
* @package Disable Cart Fragments
* @package WordPress Plugin
* @subpackage Helpers
*/
abstract class Singleton {
Expand Down
2 changes: 1 addition & 1 deletion notices/admin-notices-ms.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* Admin Notices MultiSite class
*
* @package WordPress
* @package WordPress Plugin
* @subpackage Admin Notices MultiSite
*/
final class Admin_Notices_MS {
Expand Down
2 changes: 1 addition & 1 deletion notices/admin-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Admin Notices class
*
* @package WordPress
* @package WordPress Plugin
* @subpackage Admin Notices
*/
final class Admin_Notices {
Expand Down

0 comments on commit 2f70b14

Please sign in to comment.