Changeset 40369
- Timestamp:
- 04/03/2017 10:40:59 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-admin/customize.php
r39218 r40369 103 103 $body_class .= ' rtl'; 104 104 } 105 $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_ locale() ) ) );105 $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) ); 106 106 107 107 $admin_title = sprintf( $wp_customize->get_document_title_template(), __( 'Loading…' ) );
Note: See TracChangeset
for help on using the changeset viewer.