Networks and Sites: Use a consistent wording when referring to site deletion on Delete Site screen.

Props burhandodhy, dartiss.
Fixes #50494.
Built from https://develop.svn.wordpress.org/trunk@48201


git-svn-id: http://core.svn.wordpress.org/trunk@47970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-06-28 14:12:02 +00:00
parent 00a40b1ef2
commit 83d20390c6
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ All at ###SITENAME###
<?php <?php
printf( printf(
/* translators: %s: Site address. */ /* translators: %s: Site address. */
__( "I'm sure I want to permanently disable my site, and I am aware I can never get it back or use %s again." ), __( "I'm sure I want to permanently delete my site, and I am aware I can never get it back or use %s again." ),
$blog->domain . $blog->path $blog->domain . $blog->path
); );
?> ?>

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.5-alpha-48200'; $wp_version = '5.5-alpha-48201';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.