Changeset 50983 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 05/24/2021 09:20:31 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-blocks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r50956 r50983 24 24 global $post_type, $post_type_object, $post, $title, $editor_styles, $wp_meta_boxes; 25 25 26 $editor_name = 'post-editor';27 26 $block_editor_context = new WP_Block_Editor_Context( array( 'post' => $post ) ); 28 27 … … 281 280 } 282 281 283 $editor_settings = get_block_editor_settings( $editor_ name, $editor_settings);282 $editor_settings = get_block_editor_settings( $editor_settings, $block_editor_context ); 284 283 285 284 $init_script = <<<JS
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)