Changeset 6826
- Timestamp:
- 02/13/08 19:20:29 (6 months ago)
- Files:
-
- trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-page-form.php
r6787 r6826 139 139 </p> 140 140 141 <?php do_meta_boxes('p ost', 'normal', $post); ?>141 <?php do_meta_boxes('page', 'normal', $post); ?> 142 142 143 143 <?php do_action('edit_page_form'); ?>
