Changeset 24586
- Timestamp:
- 07/08/2013 03:45:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r24446 r24586 377 377 } 378 378 379 if ( has_action( 'edit_form_after_title' ) ) { 380 echo '<div class="edit-form-section">'; 381 do_action( 'edit_form_after_title', $post ); 382 echo '</div>'; 383 } 379 do_action( 'edit_form_after_title', $post ); 384 380 385 381 if ( post_type_supports($post_type, 'editor') ) { … … 413 409 <?php } 414 410 415 if ( has_action( 'edit_form_after_editor' ) ) { 416 echo '<div class="edit-form-section">'; 417 do_action( 'edit_form_after_editor', $post ); 418 echo '</div>'; 419 } 411 do_action( 'edit_form_after_editor', $post ); 420 412 ?> 421 413 </div><!-- /post-body-content -->
Note: See TracChangeset
for help on using the changeset viewer.