Changeset 47198 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r47122 r47198 364 364 365 365 // In order to duplicate classic meta box behaviour, we need to run the classic meta box actions. 366 require_once ( ABSPATH . 'wp-admin/includes/meta-boxes.php' );366 require_once ABSPATH . 'wp-admin/includes/meta-boxes.php'; 367 367 register_and_do_post_meta_boxes( $post ); 368 368 … … 402 402 wp_add_inline_script( 'wp-edit-post', $script ); 403 403 404 require_once ( ABSPATH . 'wp-admin/admin-header.php' );404 require_once ABSPATH . 'wp-admin/admin-header.php'; 405 405 ?> 406 406
Note: See TracChangeset
for help on using the changeset viewer.