Make WordPress Core


Ignore:
Timestamp:
09/14/2011 07:02:46 AM (13 years ago)
Author:
azaozz
Message:

Auto-column switching for the dashboard (js based), see #18198

File:
1 edited

Legend:

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

    r18621 r18667  
    9999    $admin_body_class .= ' rtl';
    100100
     101if ( get_user_setting('responsive') )
     102    $admin_body_class .= ' responsive';
     103
    101104$admin_body_class .= ' branch-' . str_replace( array( '.', ',' ), '-', floatval( $wp_version ) );
    102105$admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) );
Note: See TracChangeset for help on using the changeset viewer.