Changeset 52942 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 03/17/2022 03:35:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r52622 r52942 839 839 840 840 if ( wp_use_widgets_block_editor() ) { 841 $block_editor_context = new WP_Block_Editor_Context(); 841 $block_editor_context = new WP_Block_Editor_Context( 842 array( 843 'name' => 'core/customize-widgets', 844 ) 845 ); 842 846 843 847 $editor_settings = get_block_editor_settings(
Note: See TracChangeset
for help on using the changeset viewer.