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:
parent
887998f7ed
commit
c81acd7cef
|
@ -20,7 +20,7 @@ if ( isset( $_GET['h'] ) && $_GET['h'] != '' && get_option( 'delete_blog_hash' )
|
||||||
wpmu_delete_blog( get_current_blog_id() );
|
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 ) );
|
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 {
|
} 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.' ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue