mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
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:
parent
00a40b1ef2
commit
83d20390c6
@ -123,7 +123,7 @@ All at ###SITENAME###
|
||||
<?php
|
||||
printf(
|
||||
/* 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
|
||||
);
|
||||
?>
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user