mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
8bbf359295
commit
a3b1336f7f
@ -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