From 25918dd10b6e1dbac81df1e292c4e5cbefd7e966 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Thu, 29 Oct 2020 18:43:06 +0000 Subject: [PATCH] Users: Password generation - restore "Cancel" aria label after r49248. Restore the "Cancel" button aria label to "Cancel password change" after it was inadvertently changed in r49248. Props SergeyBiryukov. Fixes #42852. Built from https://develop.svn.wordpress.org/trunk@49392 git-svn-id: http://core.svn.wordpress.org/trunk@49151 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index ed646bfd6c..e135dfb098 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -641,7 +641,7 @@ endif; - diff --git a/wp-includes/version.php b/wp-includes/version.php index 0b3acb4817..d29a2cae02 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta2-49390'; +$wp_version = '5.6-beta2-49392'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.