Changeset 59188 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 10/07/2024 04:55:26 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-advanced.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r59161 r59188 547 547 <label class="screen-reader-text" id="title-prompt-text" for="title"><?php echo $title_placeholder; ?></label> 548 548 <input type="text" name="post_title" size="30" value="<?php echo esc_attr( $post->post_title ); ?>" id="title" spellcheck="true" autocomplete="off" /> 549 <a href="#content" class="button-secondary screen-reader-text skiplink" onclick="if (tinymce) { tinymce.execCommand( 'mceFocus', false, 'content' ); }"><?php esc_html_e( 'Skip to Editor' ); ?></a> 549 550 </div> 550 551 <?php … … 622 623 '_content_editor_dfw' => $_content_editor_dfw, 623 624 'drag_drop_upload' => true, 624 'tabfocus_elements' => 'content-html,save-post',625 625 'editor_height' => 300, 626 626 'tinymce' => array( … … 628 628 'wp_autoresize_on' => $_wp_editor_expand, 629 629 'add_unload_trigger' => false, 630 'wp_keep_scroll_position' => ! $is_IE,631 630 ), 632 631 ) 633 632 ); 634 633 ?> 635 <table id="post-status-info" ><tbody><tr>634 <table id="post-status-info" role="presentation"><tbody><tr> 636 635 <td id="wp-word-count" class="hide-if-no-js"> 637 636 <?php
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)