Correct var name in do_meta_boxes() in edit-page-form.php, props johnhennmacc, fixes #7705
git-svn-id: http://svn.automattic.com/wordpress/trunk@8850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ef3504a372
commit
ba100965c4
|
@ -333,7 +333,7 @@ if ( current_user_can('publish_pages') OR ( $post->post_status == 'publish' AND
|
|||
<?php
|
||||
|
||||
do_action('submitpage_box');
|
||||
$side_meta_boxes = do_meta_boxes('page', 'side', $page);
|
||||
$side_meta_boxes = do_meta_boxes('page', 'side', $post);
|
||||
|
||||
?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue