From ca53eac85e5b4528782a88f24a326636479bfb91 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 13 Mar 2019 23:37:57 +0000 Subject: [PATCH] Accessibility: Improve the password form buttons accessibility. - makes the "Cancel" button always visible: this allows to generate a new password also on small screens - moves focus back to the Generate Password button when closing the form - changes the password reset show/hide button from a clickable `` element to a real ` diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 7937fd8a3b..dfcf826552 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -498,10 +498,11 @@ if ( current_user_can( 'create_users' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 392ff4b21c..e5a763051d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44894'; +$wp_version = '5.2-alpha-44895'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index e249ba2157..07cf87fcff 100644 --- a/wp-login.php +++ b/wp-login.php @@ -712,9 +712,9 @@ switch ( $action ) {
- - - +