mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 21:54:28 +00:00
Correct var name in do_meta_boxes() in edit-page-form.php, props johnhennmacc, fixes #7705
git-svn-id: https://develop.svn.wordpress.org/trunk@8850 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user