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:
@@ -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.' ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user