Changeset 44214 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 12/16/2018 01:18:22 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43837
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/edit-form-blocks.php
r44177 r44214 364 364 do_action( 'enqueue_block_editor_assets' ); 365 365 366 // In order to duplicate classic meta box behaviour, we need to run the classic meta box actions. 367 require_once( ABSPATH . 'wp-admin/includes/meta-boxes.php' ); 368 register_and_do_post_meta_boxes( $post ); 369 370 // Some meta boxes hook into the 'edit_form_advanced' filter. 371 /** This action is documented in wp-admin/edit-form-advanced.php */ 372 do_action( 'edit_form_advanced', $post ); 373 366 374 require_once( ABSPATH . 'wp-admin/admin-header.php' ); 367 375 ?>
Note: See TracChangeset
for help on using the changeset viewer.