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

git-svn-id: http://svn.automattic.com/wordpress/trunk@6826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-13 19:20:29 +00:00
parent 8bbf359295
commit a3b1336f7f
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'); ?>