mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
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:
@@ -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'); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user