mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Update deleted site message in ms_site_check().
props boonebgorges. fixes #28150. Built from https://develop.svn.wordpress.org/trunk@28321 git-svn-id: http://core.svn.wordpress.org/trunk@28149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
013d4dc387
commit
d711c32138
@ -92,7 +92,7 @@ function ms_site_check() {
|
||||
if ( file_exists( WP_CONTENT_DIR . '/blog-deleted.php' ) )
|
||||
return WP_CONTENT_DIR . '/blog-deleted.php';
|
||||
else
|
||||
wp_die( __( 'This user has elected to delete their account and the content is no longer available.' ), '', array( 'response' => 410 ) );
|
||||
wp_die( __( 'This site is no longer available.' ), '', array( 'response' => 410 ) );
|
||||
}
|
||||
|
||||
if ( '2' == $blog->deleted ) {
|
||||
|
Loading…
Reference in New Issue
Block a user