Changeset 44133
- Timestamp:
- 12/14/2018 01:20:12 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43780
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/admin-header.php
r43573 r44133 186 186 187 187 $admin_body_class .= ' no-customize-support no-svg'; 188 189 if ( $current_screen->is_block_editor() ) { 190 // Default to is-fullscreen-mode to avoid jumps in the UI. 191 $admin_body_class .= ' block-editor-page is-fullscreen-mode wp-embed-responsive'; 192 193 if ( current_theme_supports( 'editor-styles' ) && current_theme_supports( 'dark-editor-style' ) ) { 194 $admin_body_class .= ' is-dark-theme'; 195 } 196 } 188 197 189 198 ?>
Note: See TracChangeset
for help on using the changeset viewer.