Changeset 14139 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r14137 r14139 103 103 104 104 // All meta boxes should be defined and added before the first do_meta_boxes() call (or potentially during the do_meta_boxes action). 105 require_once(' includes/meta-boxes.php');105 require_once('./includes/meta-boxes.php'); 106 106 107 107 add_meta_box('submitdiv', __('Publish'), 'post_submit_meta_box', $post_type, 'side', 'core'); … … 166 166 add_contextual_help($current_screen, drag_drop_help()); 167 167 168 require_once(' admin-header.php');168 require_once('./admin-header.php'); 169 169 ?> 170 170
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)