From 476e73194d2e98e477f691e44b9a8e7284c9c175 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 11 Apr 2022 21:34:08 +0000 Subject: [PATCH] Users: Improve wording of the "New Admin Email Address" email. This changeset clarifies the email that the user gets when someone change the administration email address. Props TwisterMc, Presskopp, audrasjb. Fixes #45915. Built from https://develop.svn.wordpress.org/trunk@53145 git-svn-id: http://core.svn.wordpress.org/trunk@52734 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/misc.php | 7 ++++--- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index c36f487b54..c5ce57b26d 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1427,10 +1427,11 @@ function update_option_new_admin_email( $old_value, $value ) { $email_text = __( 'Howdy ###USERNAME###, -You recently requested to have the administration email address on -your site changed. +Someone with administrator capabilities recently requested to have the +administration email address changed on this site: +###SITEURL### -If this is correct, please click on the following link to change it: +To confirm this change, please click on the following link: ###ADMIN_URL### You can safely ignore and delete this email if you do not want to diff --git a/wp-includes/version.php b/wp-includes/version.php index 5df481479f..62d210d408 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-53144'; +$wp_version = '6.0-alpha-53145'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.