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:
parent
70dea8e3c2
commit
476e73194d
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue