Fix missing period in missing site error.

Props @ocean90.
See #32934.


git-svn-id: https://develop.svn.wordpress.org/trunk@33145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2015-07-09 16:32:26 +00:00
parent 8b9b56f59f
commit 035ae948d5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if ( ! $id )
$details = get_blog_details( $id );
if ( ! $details ) {
wp_die( __( 'The requested site does not exist' ) );
wp_die( __( 'The requested site does not exist.' ) );
}
if ( ! can_edit_network( $details->site_id ) )