Make WordPress Core


Ignore:
Timestamp:
10/16/2012 09:38:35 PM (12 years ago)
Author:
azaozz
Message:

Tab indexes: when tabbing out of the editors make sure the next focused element is the expected/default action, fix focusing the next field when picking a date for future post, props lessbloat, fixes #21340

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r22120 r22250  
    844844    </div>
    845845    <div class="submitbox">
     846        <div id="wp-link-update">
     847            <input type="submit" value="<?php esc_attr_e( 'Add Link' ); ?>" class="button-primary" id="wp-link-submit" name="wp-link-submit">
     848        </div>
    846849        <div id="wp-link-cancel">
    847850            <a class="submitdelete deletion" href="#"><?php _e( 'Cancel' ); ?></a>
    848         </div>
    849         <div id="wp-link-update">
    850             <input type="submit" value="<?php esc_attr_e( 'Add Link' ); ?>" class="button-primary" id="wp-link-submit" name="wp-link-submit">
    851851        </div>
    852852    </div>
Note: See TracChangeset for help on using the changeset viewer.