diff --git wp-admin/edit-form-advanced.php wp-admin/edit-form-advanced.php
index 852b88c..1db095c 100644
|
|
|
do_action( 'edit_form_top', $post ); ?> |
| 545 | 545 | <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> |
| 546 | 546 | <div id="post-body-content"> |
| 547 | 547 | |
| 548 | | <?php if ( post_type_supports($post_type, 'title') ) { ?> |
| 549 | 548 | <div id="titlediv"> |
| | 549 | <?php if ( post_type_supports($post_type, 'title') ) { ?> |
| 550 | 550 | <div id="titlewrap"> |
| 551 | 551 | <?php |
| 552 | 552 | /** |
| … |
… |
do_action( 'edit_form_top', $post ); ?> |
| 563 | 563 | <input type="text" name="post_title" size="30" value="<?php echo esc_attr( $post->post_title ); ?>" id="title" spellcheck="true" autocomplete="off" /> |
| 564 | 564 | </div> |
| 565 | 565 | <?php |
| | 566 | } |
| 566 | 567 | /** |
| 567 | 568 | * Fires before the permalink field in the edit form. |
| 568 | 569 | * |
| … |
… |
wp_nonce_field( 'samplepermalink', 'samplepermalinknonce', false ); |
| 605 | 606 | ?> |
| 606 | 607 | </div><!-- /titlediv --> |
| 607 | 608 | <?php |
| 608 | | } |
| | 609 | |
| 609 | 610 | /** |
| 610 | 611 | * Fires after the title field. |
| 611 | 612 | * |