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:
John Blackbourn
2025-02-10 15:31:22 +00:00
parent cf4686e4b6
commit e1c2d3f420
2 changed files with 3 additions and 3 deletions

View File

@@ -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###

View File

@@ -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.