Skip to content

Commit

Permalink
Rename to remove “Unified” prefix from admin color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Nov 11, 2020
1 parent 39bdc08 commit 6a4090d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/masterbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace Automattic\Jetpack\Dashboard_Customizations;

require dirname( __FILE__ ) . '/masterbar/masterbar/masterbar.php';
require dirname( __FILE__ ) . '/masterbar/unified-admin-color-schemes/unified-admin-color-schemes.php';
require dirname( __FILE__ ) . '/masterbar/admin-color-schemes/admin-color-schemes.php';

new Masterbar();
new Unified_Admin_Color_Schemes();
new Admin_Color_Schemes();
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Unifies admin color scheme selection across WP.com sites.
*/
class Unified_Admin_Color_Schemes {
class Admin_Color_Schemes {

/**
* Constructor
Expand Down

0 comments on commit 6a4090d

Please sign in to comment.