Changeset 47198 for trunk/src/wp-admin/edit-form-advanced.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-advanced.php
r47194 r47198 265 265 266 266 // All meta boxes should be defined and added before the first do_meta_boxes() call (or potentially during the do_meta_boxes action). 267 require_once ( ABSPATH . 'wp-admin/includes/meta-boxes.php' );267 require_once ABSPATH . 'wp-admin/includes/meta-boxes.php'; 268 268 269 269 register_and_do_post_meta_boxes( $post ); … … 417 417 } 418 418 419 require_once ( ABSPATH . 'wp-admin/admin-header.php' );419 require_once ABSPATH . 'wp-admin/admin-header.php'; 420 420 ?> 421 421
Note: See TracChangeset
for help on using the changeset viewer.