Changeset 52071
- Timestamp:
- 11/09/2021 09:12:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r52069 r52071 31 31 $current_screen = get_current_screen(); 32 32 $current_screen->is_block_editor( true ); 33 34 // Default to is-fullscreen-mode to avoid jumps in the UI. 35 add_filter( 36 'admin_body_class', 37 static function( $classes ) { 38 return "$classes is-fullscreen-mode"; 39 } 40 ); 33 41 34 42 $block_editor_context = new WP_Block_Editor_Context();
Note: See TracChangeset
for help on using the changeset viewer.