Changeset 22474 for trunk/wp-admin/customize.php
- Timestamp:
- 11/08/2012 10:01:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/customize.php
r22400 r22474 57 57 if ( $is_ios ) 58 58 $body_class .= ' ios'; 59 60 if ( is_rtl() ) 61 $body_class .= ' rtl'; 62 $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) ); 59 63 60 64 $admin_title = sprintf( __( '%1$s — WordPress' ), strip_tags( sprintf( __( 'Customize %s' ), $wp_customize->theme()->display('Name') ) ) );
Note: See TracChangeset
for help on using the changeset viewer.