From 9b53ca0fd2918b20b3b1269d54fedef118338213 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 14 Nov 2022 21:57:10 +0000 Subject: [PATCH] Text Changes: Improve the wording of the email sent to confirm site deletion. Props NekoJonez, SergeyBiryukov, mukesh27, audrasjb. See #56921. Built from https://develop.svn.wordpress.org/trunk@54840 git-svn-id: http://core.svn.wordpress.org/trunk@54392 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-delete-site.php | 7 +++---- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/wp-admin/ms-delete-site.php b/wp-admin/ms-delete-site.php index 77246a4db7..be66975f56 100644 --- a/wp-admin/ms-delete-site.php +++ b/wp-admin/ms-delete-site.php @@ -65,11 +65,10 @@ If you really want to delete your site, click the link below. You will not be asked to confirm again so only click this link if you are absolutely certain: ###URL_DELETE### -If you delete your site, please consider opening a new site here -some time in the future! (But remember your current site and username -are gone forever.) +If you delete your site, please consider opening a new site here some time in +the future! (But remember that your current site and username are gone forever.) -Thanks for using the site, +Thank you for using the site, All at ###SITENAME### ###SITEURL###" ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 9039078dfa..adc65a9a65 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54839'; +$wp_version = '6.2-alpha-54840'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.