From 62e65c3a35bc2dd6994101607e745cc9ba6deb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Wed, 4 Feb 2015 03:46: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. Built from https://develop.svn.wordpress.org/trunk@31331 git-svn-id: http://core.svn.wordpress.org/trunk@31312 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-posts-list-table.php | 6 +++--- wp-admin/includes/class-wp-terms-list-table.php | 4 ++-- wp-admin/includes/meta-boxes.php | 14 +++++++------- wp-includes/version.php | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index 960d59a9de..8a0f6d29a4 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/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/wp-admin/includes/class-wp-terms-list-table.php b/wp-admin/includes/class-wp-terms-list-table.php index 8bc44cf64f..5eda18691c 100644 --- a/wp-admin/includes/class-wp-terms-list-table.php +++ b/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/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index bf73bf03cd..b99f30cc8f 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/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) ) { ?> - + - +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 53923dd2d6..792f4489f9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31330'; +$wp_version = '4.2-alpha-31331'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.