Changeset 5292
- Timestamp:
- 02/20/2014 01:04:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/admin.php
r5289 r5292 645 645 array( 'base' => '#f1f3f2', 'focus' => '#fff', 'current' => '#fff' ) 646 646 ); 647 648 // Bail if already using the fresh color scheme649 if ( 'fresh' === get_user_option( 'admin_color' ) ) {650 return;651 }652 653 // Force 'colors-fresh' dependency654 global $wp_styles;655 $wp_styles->registered[ 'colors' ]->deps[] = 'colors-fresh';656 647 } 657 648
Note: See TracChangeset
for help on using the changeset viewer.