Changeset 52593 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 01/17/2022 10:40:51 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/site-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r52372 r52593 31 31 $current_screen = get_current_screen(); 32 32 $current_screen->is_block_editor( true ); 33 34 // Load block patterns from w.org. 35 _load_remote_block_patterns(); 36 _load_remote_featured_patterns(); 33 37 34 38 // Default to is-fullscreen-mode to avoid jumps in the UI.
Note: See TracChangeset
for help on using the changeset viewer.