edit_form_after_editor action. props helenyhou. fixes #19658.
git-svn-id: http://core.svn.wordpress.org/trunk@22446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8eb8948a2e
commit
9acf7ceb26
|
@ -371,6 +371,8 @@ if ( post_type_supports($post_type, 'editor') ) {
|
|||
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php do_action( 'edit_form_after_editor' ); ?>
|
||||
</div><!-- /post-body-content -->
|
||||
|
||||
<div id="postbox-container-1" class="postbox-container">
|
||||
|
|
Loading…
Reference in New Issue