I18N: Unify permission error message in wp-admin/ms-delete-site.php.

Props ramiy.
Fixes #42268.
Built from https://develop.svn.wordpress.org/trunk@41934


git-svn-id: http://core.svn.wordpress.org/trunk@41768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-10-19 00:48:50 +00:00
parent 887998f7ed
commit c81acd7cef
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ if ( isset( $_GET['h'] ) && $_GET['h'] != '' && get_option( 'delete_blog_hash' )
wpmu_delete_blog( get_current_blog_id() );
wp_die( sprintf( __( 'Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.' ), get_network()->site_name ) );
} else {
wp_die( __( "I'm sorry, the link you clicked is stale. Please select another option." ) );
wp_die( __( 'Sorry, the link you clicked is stale. Please select another option.' ) );
}
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta2-41933';
$wp_version = '4.9-beta2-41934';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.