Changeset 21574 for trunk/wp-admin/admin-header.php
- Timestamp:
- 08/21/2012 10:46:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r21435 r21574 77 77 $admin_body_class .= ' folded'; 78 78 79 if ( !get_user_setting('unfold') ) 80 $admin_body_class .= ' auto-fold'; 81 79 82 if ( is_admin_bar_showing() ) 80 83 $admin_body_class .= ' admin-bar';
Note: See TracChangeset
for help on using the changeset viewer.