Changeset 51720
- Timestamp:
- 09/01/2021 07:08:51 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-admin/customize.php
r51251 r51720 144 144 } 145 145 $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) ); 146 147 if ( wp_use_widgets_block_editor() ) { 148 $body_class .= ' wp-embed-responsive'; 149 } 146 150 147 151 $admin_title = sprintf( $wp_customize->get_document_title_template(), __( 'Loading…' ) );
Note: See TracChangeset
for help on using the changeset viewer.