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
This commit is contained in:
audrasjb 2022-04-11 21:34:08 +00:00
parent 70dea8e3c2
commit 476e73194d
2 changed files with 5 additions and 4 deletions

View File

@ -1427,10 +1427,11 @@ function update_option_new_admin_email( $old_value, $value ) {
$email_text = __( $email_text = __(
'Howdy ###USERNAME###, 'Howdy ###USERNAME###,
You recently requested to have the administration email address on Someone with administrator capabilities recently requested to have the
your site changed. 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### ###ADMIN_URL###
You can safely ignore and delete this email if you do not want to You can safely ignore and delete this email if you do not want to

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.