dbx hooks from Owen. fixes #2250
git-svn-id: http://svn.automattic.com/wordpress/trunk@3415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8154a9f636
commit
410206ab66
|
@ -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) : ?>
|
||||
|
|
|
@ -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) : ?>
|
||||
|
|
Loading…
Reference in New Issue