dbx hooks from Owen. fixes #2250

git-svn-id: https://develop.svn.wordpress.org/trunk@3415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-09 22:44:42 +00:00
parent bb0f6ddb1c
commit 7c846b2b8a
2 changed files with 8 additions and 0 deletions

View File

@ -129,6 +129,8 @@ endforeach;
</fieldset>
<?php endif; ?>
<?php do_action('dbx_post_sidebar'); ?>
</div>
</div>
@ -256,6 +258,8 @@ if($metadata = has_meta($post_ID)) {
</div>
</fieldset>
<?php do_action('dbx_post_advanced'); ?>
</div>
<?php if ('edit' == $action) : ?>

View File

@ -108,6 +108,8 @@ endforeach;
<div class="dbx-content"><p><input name="menu_order" type="text" size="4" id="menu_order" value="<?php echo $post->menu_order ?>" /></p></div>
</fieldset>
<?php do_action('dbx_page_sidebar'); ?>
</div>
</div>
@ -205,6 +207,8 @@ if($metadata = has_meta($post_ID)) {
</div>
</fieldset>
<?php do_action('dbx_page_advanced'); ?>
</div>
<?php if ('edit' == $action) : ?>