Changeset 43837 for branches/5.0/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 10/29/2018 02:42:23 AM (8 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-admin/edit-form-blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/edit-form-blocks.php
r43833 r43837 369 369 do_action( 'enqueue_block_editor_assets' ); 370 370 371 // In order to duplicate classic meta box behaviour, we need to run the classic meta box actions. 372 require_once( ABSPATH . 'wp-admin/includes/meta-boxes.php' ); 373 register_and_do_post_meta_boxes( $post ); 374 375 // Some meta boxes hook into the 'edit_form_advanced' filter. 376 /** This action is documented in wp-admin/edit-form-advanced.php */ 377 do_action( 'edit_form_advanced', $post ); 378 371 379 require_once( ABSPATH . 'wp-admin/admin-header.php' ); 372 380 ?>
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)