Make WordPress Core


Ignore:
Timestamp:
08/30/2011 01:12:26 AM (14 years ago)
Author:
koopersmith
Message:

Switch admin menus to flyouts from dropdowns. First pass, see #18382.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r18608 r18621  
    9090if ( get_user_setting('mfold') == 'f' )
    9191    $admin_body_class .= ' folded';
     92else
     93    $admin_body_class .= ' expanded';
    9294
    9395if ( is_admin_bar_showing() )
Note: See TracChangeset for help on using the changeset viewer.