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