diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 6eddf5dd58c7..823a7a235d4a 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -283,7 +283,7 @@
- +
-post_content, 'content', array('dfw' => true, 'tabindex' => 1, 'tabfocus_elements' => 'sample-permalink,post-preview') ); ?> +post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'sample-permalink,post-preview') ); ?> @@ -378,7 +378,7 @@ wp_comment_reply(); ?> -post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?> +post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message']) ) : ?> diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 2340baf4f3b6..14a2966804d0 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -31,7 +31,7 @@ - + - + - +
0' ); ?>
@@ -42,7 +42,7 @@ _e( 'E-mail:' ); } ?>
@@ -53,7 +53,7 @@ } else { _e( 'URL:' ); } ?>
@@ -98,8 +98,8 @@ $stamp = __('Submitted on: %1$s'); $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); ?> -  -
+  +
@@ -110,7 +110,7 @@ comment_ID&_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "'>" . ( !EMPTY_TRASH_DAYS ? __('Delete Permanently') : __('Move to Trash') ) . "\n"; ?>
- '4' ) ); ?> +
diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 4ae317b8985b..6d81ec01440d 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -82,7 +82,7 @@

- +

@@ -90,7 +90,7 @@

- +

http://wordpress.org/ — don’t forget the http://'); ?>

@@ -98,7 +98,7 @@

- +

diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php index 24efd82f88a3..0d4a121bd309 100644 --- a/wp-admin/edit-tag-form.php +++ b/wp-admin/edit-tag-form.php @@ -91,3 +91,6 @@ ?> + diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 4d619ef235bc..29bcad42895d 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -408,7 +408,9 @@ - + inline_edit(); ?>
- +

  • -
  • +
  • diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php index 003d1ab03d6b..76cfa562adb0 100644 --- a/wp-admin/includes/class-wp-themes-list-table.php +++ b/wp-admin/includes/class-wp-themes-list-table.php @@ -171,7 +171,7 @@ function display_rows() {
  • -
  • +
  • diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 6e3b1cc758c0..3f723983262a 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -505,7 +505,7 @@ function wp_dashboard_quick_press() {

    - +
    @@ -516,14 +516,14 @@ function wp_dashboard_quick_press() {

    - +

    - +

    @@ -531,10 +531,10 @@ function wp_dashboard_quick_press() { - 'save-post', 'tabindex'=> 4 ) ); ?> + 'save-post' ) ); ?> - +
    diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 2146b84c565f..d5b0fbdf55a2 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -28,9 +28,9 @@ function post_submit_meta_box($post) {

    post_status && 'future' != $post->post_status && 'pending' != $post->post_status ) { ?> -post_status ) { ?>style="display:none" type="submit" name="save" id="save-post" value="" tabindex="4" class="button button-highlighted" /> +post_status ) { ?>style="display:none" type="submit" name="save" id="save-post" value="" class="button button-highlighted" /> post_status && $can_publish ) { ?> - +
    @@ -48,7 +48,7 @@ function post_submit_meta_box($post) { $preview_button = __( 'Preview' ); } ?> - +
    @@ -81,11 +81,11 @@ function post_submit_meta_box($post) { ?> post_status || 'private' == $post->post_status || $can_publish ) { ?> -post_status ) { ?>style="display:none;" class="edit-post-status hide-if-no-js" tabindex='4'> +post_status ) { ?>style="display:none;" class="edit-post-status hide-if-no-js">
    - post_status ) : ?> post_status, 'publish' ); ?> value='publish'> post_status ) : ?> @@ -137,7 +137,7 @@ function post_submit_meta_box($post) { />
    -ID ) ); ?> tabindex="4" />
    +ID ) ); ?> />
    />

    @@ -177,8 +177,8 @@ function post_submit_meta_box($post) {
    - -
    + +
    @@ -208,19 +208,19 @@ function post_submit_meta_box($post) { if ( $can_publish ) : if ( !empty($post->post_date_gmt) && time() < strtotime( $post->post_date_gmt . ' +0000' ) ) : ?> - '5', 'accesskey' => 'p' ) ); ?> + 'p' ) ); ?> - '5', 'accesskey' => 'p' ) ); ?> + 'p' ) ); ?> - '5', 'accesskey' => 'p' ) ); ?> + 'p' ) ); ?> - +
    @@ -288,7 +288,7 @@ function post_tags_meta_box($post, $box) {
    labels->add_new_item; ?>

    -

    +

    labels->separate_items_with_commas ); ?>

    @@ -320,8 +320,8 @@ function post_categories_meta_box( $post, $box ) { ?>
    "; diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 75417a6c80f9..64e3310af421 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -226,7 +226,7 @@
    -
    +
    @@ -244,9 +244,9 @@ "; - submit_button( __( 'Update File and Attempt to Reactivate' ), 'primary', 'submit', false, array( 'tabindex' => '2' ) ); + submit_button( __( 'Update File and Attempt to Reactivate' ), 'primary', 'submit', false ); } else { - submit_button( __( 'Update File' ), 'primary', 'submit', false, array( 'tabindex' => '2' ) ); + submit_button( __( 'Update File' ), 'primary', 'submit', false ); } ?>

    diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 9a6181673ae6..badd2c592c3f 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -495,8 +495,8 @@ function setup_photo_actions() {