Changeset 52942 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 03/17/2022 03:35:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r52593 r52942 50 50 } 51 51 52 $block_editor_context = new WP_Block_Editor_Context( );52 $block_editor_context = new WP_Block_Editor_Context( array( 'name' => 'core/edit-site' ) ); 53 53 $custom_settings = array( 54 54 'siteUrl' => site_url(),
Note: See TracChangeset
for help on using the changeset viewer.