From 8d0b774e65dd26ab3ddc295b68e1e73b3c3fad9d Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 4 Feb 2015 03:45:24 +0000 Subject: [PATCH] Accessibility: remove remaining instances of accesskey. It is a poorly implemented browser feature, not particularly discoverable, and causes more problems than it helps solve. props afercia. fixes #29715. git-svn-id: https://develop.svn.wordpress.org/trunk@31331 602fd350-edb4-49c9-b593-d223f7449a82 --- .../includes/class-wp-posts-list-table.php | 6 +++--- .../includes/class-wp-terms-list-table.php | 4 ++-- src/wp-admin/includes/meta-boxes.php | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/wp-admin/includes/class-wp-posts-list-table.php b/src/wp-admin/includes/class-wp-posts-list-table.php index 960d59a9de..8a0f6d29a4 100644 --- a/src/wp-admin/includes/class-wp-posts-list-table.php +++ b/src/wp-admin/includes/class-wp-posts-list-table.php @@ -1328,14 +1328,14 @@ class WP_Posts_List_Table extends WP_List_Table { } ?>

- + - + 's' ) ); + submit_button( __( 'Update' ), 'button-primary alignright', 'bulk_edit', false ); } ?> diff --git a/src/wp-admin/includes/class-wp-terms-list-table.php b/src/wp-admin/includes/class-wp-terms-list-table.php index 8bc44cf64f..5eda18691c 100644 --- a/src/wp-admin/includes/class-wp-terms-list-table.php +++ b/src/wp-admin/includes/class-wp-terms-list-table.php @@ -497,8 +497,8 @@ class WP_Terms_List_Table extends WP_List_Table { ?>

- - labels->update_item; ?> + + labels->update_item; ?> diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index bf73bf03cd..b99f30cc8f 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/wp-admin/includes/meta-boxes.php @@ -248,19 +248,19 @@ if ( !in_array( $post->post_status, array('publish', 'future', 'private') ) || 0 if ( $can_publish ) : if ( !empty($post->post_date_gmt) && time() < strtotime( $post->post_date_gmt . ' +0000' ) ) : ?> - 'p' ) ); ?> + - 'p' ) ); ?> + - 'p' ) ); ?> + - + @@ -330,7 +330,7 @@ function attachment_submit_meta_box( $post ) {

- +
@@ -820,9 +820,9 @@ if ( !empty($_GET['action']) && 'edit' == $_GET['action'] && current_user_can('m
link_id) ) { ?> - + - +