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
This commit is contained in:
audrasjb 2022-11-14 21:57:10 +00:00
parent 7d6e977293
commit 9b53ca0fd2
2 changed files with 4 additions and 5 deletions

View File

@ -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###"
);

View File

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