diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index c36f487b54..c5ce57b26d 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 5df481479f..62d210d408 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.