Changeset 19825 for trunk/wp-admin/admin-header.php
- Timestamp:
- 02/04/2012 12:54:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r19522 r19825 86 86 $admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) ); 87 87 $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() ) ) ); 88 89 89 90 if ( $is_iphone ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.