Do page, not post, meta boxes. Props arickmann. see #5798

git-svn-id: https://develop.svn.wordpress.org/trunk@6826 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-13 19:20:29 +00:00
parent 8268af4077
commit 23a7308251
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) )
</p>
<?php do_meta_boxes('post', 'normal', $post); ?>
<?php do_meta_boxes('page', 'normal', $post); ?>
<?php do_action('edit_page_form'); ?>