Changeset 50996 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 05/25/2021 08:38:04 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r50142 r50996 191 191 192 192 if ( $current_screen->is_block_editor() ) { 193 // Default to is-fullscreen-mode to avoid jumps in the UI. 194 $admin_body_class .= ' block-editor-page is-fullscreen-mode wp-embed-responsive'; 193 $admin_body_class .= ' block-editor-page wp-embed-responsive'; 195 194 } 196 195
Note: See TracChangeset
for help on using the changeset viewer.