add_meta_box(). see #5798

git-svn-id: https://develop.svn.wordpress.org/trunk@6758 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-08 18:51:37 +00:00
parent 25f88b6abb
commit c8bd7a13c6
2 changed files with 36 additions and 0 deletions
+4
View File
@@ -218,6 +218,8 @@ else
</div>
</div>
<?php do_meta_boxes('edit_post', $post); ?>
<?php do_action('edit_form_advanced'); ?>
<?php
@@ -315,6 +317,8 @@ if ( $authors && count( $authors ) > 1 ) :
</div>
<?php endif; ?>
<?php do_meta_boxes('edit_post_advanced', $post); ?>
<?php do_action('dbx_post_sidebar'); ?>
</div>