mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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) : ?>
|
||||
|
||||
Reference in New Issue
Block a user