Skip to content

Commit a879d2f

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@53145 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4ee40e3 commit a879d2f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/wp-admin/includes/misc.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,10 +1427,11 @@ function update_option_new_admin_email( $old_value, $value ) {
14271427
$email_text = __(
14281428
'Howdy ###USERNAME###,
14291429
1430-
You recently requested to have the administration email address on
1431-
your site changed.
1430+
Someone with administrator capabilities recently requested to have the
1431+
administration email address changed on this site:
1432+
###SITEURL###
14321433
1433-
If this is correct, please click on the following link to change it:
1434+
To confirm this change, please click on the following link:
14341435
###ADMIN_URL###
14351436
14361437
You can safely ignore and delete this email if you do not want to

0 commit comments

Comments
 (0)