Administration: Remove a potentially incorrect addressee and improve the phrasing used in the confirmation email when a user attempts to change the administration email address.
Props MadtownLems, ilovecats7, rehanali, iflairwebtechnologies, thehercules Fixes #48879 Built from https://develop.svn.wordpress.org/trunk@59799 git-svn-id: http://core.svn.wordpress.org/trunk@59141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1460,9 +1460,9 @@ function update_option_new_admin_email( $old_value, $value ) {
|
||||
|
||||
/* translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL: those are placeholders. */
|
||||
$email_text = __(
|
||||
'Howdy ###USERNAME###,
|
||||
'Howdy,
|
||||
|
||||
Someone with administrator capabilities recently requested to have the
|
||||
A site Administrator (###USERNAME###) recently requested to have the
|
||||
administration email address changed on this site:
|
||||
###SITEURL###
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59798';
|
||||
$wp_version = '6.8-alpha-59799';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user