[wp-trac] [WordPress Trac] #27585: Admin Color Schemes Disappeared

WordPress Trac noreply at wordpress.org
Sat Mar 29 18:58:36 UTC 2014


#27585: Admin Color Schemes Disappeared
----------------------------+------------------------------
 Reporter:  miqrogroove     |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  trunk
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:
----------------------------+------------------------------

Comment (by miqrogroove):

 When I export $_wp_admin_css_colors from user-edit.php, the count is not >
 1

 {{{
 array (
   'fresh' =>
   stdClass::__set_state(array(
      'name' => 'Default',
      'url' => false,
      'colors' =>
     array (
       0 => '#222',
       1 => '#333',
       2 => '#0074a2',
       3 => '#2ea2cc',
     ),
      'icon_colors' =>
     array (
       'base' => '#999',
       'focus' => '#2ea2cc',
       'current' => '#fff',
     ),
   )),
 )
 }}}

 :(

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27585#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list