Changeset 36587 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 02/19/2016 06:43:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r36232 r36587 711 711 } else { 712 712 // Fall back to the default set of icon colors if the default scheme is missing. 713 $icon_colors = array( 'base' => '# 999', 'focus' => '#00a0d2', 'current' => '#fff' );713 $icon_colors = array( 'base' => '#82878c', 'focus' => '#00a0d2', 'current' => '#fff' ); 714 714 } 715 715
Note: See TracChangeset
for help on using the changeset viewer.