Changeset 32051 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 04/05/2015 09:19:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r31973 r32051 663 663 } else { 664 664 // Fall back to the default set of icon colors if the default scheme is missing. 665 $icon_colors = array( 'base' => '#999', 'focus' => '# 2ea2cc', 'current' => '#fff' );665 $icon_colors = array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' ); 666 666 } 667 667
Note: See TracChangeset
for help on using the changeset viewer.