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:
parent
8268af4077
commit
23a7308251
@ -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'); ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user