Changeset 26814 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 12/09/2013 12:48:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r26793 r26814 569 569 if ( isset( $_wp_admin_css_colors['fresh'] ) ) { 570 570 // Set Default ('fresh') and Light should go first. 571 $_wp_admin_css_colors = array_ merge( array( 'fresh' => '', 'light' => '' ), $_wp_admin_css_colors);571 $_wp_admin_css_colors = array_filter( array_merge( array( 'fresh' => '', 'light' => '' ), $_wp_admin_css_colors ) ); 572 572 } 573 573
Note: See TracChangeset
for help on using the changeset viewer.