Changeset 51149 for trunk/src/wp-admin/widgets-form-blocks.php
- Timestamp:
- 06/15/2021 08:50:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets-form-blocks.php
r51061 r51149 25 25 block_editor_rest_api_preload( $preload_paths, $block_editor_context ); 26 26 27 $editor_settings = get_block_editor_settings( array(), $block_editor_context ); 27 $editor_settings = get_block_editor_settings( 28 get_legacy_widget_block_editor_settings(), 29 $block_editor_context 30 ); 28 31 29 32 wp_add_inline_script(
Note: See TracChangeset
for help on using the changeset viewer.