Changeset 52942 for trunk/src/wp-admin/widgets-form-blocks.php
- Timestamp:
- 03/17/2022 03:35:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets-form-blocks.php
r51962 r52942 16 16 $current_screen->is_block_editor( true ); 17 17 18 $block_editor_context = new WP_Block_Editor_Context( );18 $block_editor_context = new WP_Block_Editor_Context( array( 'name' => 'core/edit-widgets' ) ); 19 19 20 20 $preload_paths = array(
Note: See TracChangeset
for help on using the changeset viewer.