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:
azaozz 2008-09-08 21:36:19 +00:00
parent ef3504a372
commit ba100965c4
1 changed files with 1 additions and 1 deletions

View File

@ -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>