Make WordPress Core


Ignore:
Timestamp:
12/13/2010 09:21:50 PM (15 years ago)
Author:
ryan
Message:

Pink trailing whites.

File:
1 edited

Legend:

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

    r16859 r16900  
    8484if ( get_user_setting('mfold') == 'f' )
    8585    $admin_body_class .= ' folded';
    86    
     86
    8787if ( is_admin_bar_showing() )
    88     $admin_body_class .= ' admin-bar'; 
     88    $admin_body_class .= ' admin-bar';
    8989
    9090if ( $is_iphone ) { ?>
Note: See TracChangeset for help on using the changeset viewer.