Make WordPress Core


Ignore:
Timestamp:
02/04/2012 12:54:42 AM (12 years ago)
Author:
nacin
Message:

Initial import of localized CSS, for Chinese and Hebrew. see #19603.

File:
1 edited

Legend:

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

    r19522 r19825  
    8686$admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) );
    8787$admin_body_class .= ' admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'fresh' );
     88$admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) );
    8889
    8990if ( $is_iphone ) { ?>
Note: See TracChangeset for help on using the changeset viewer.