Fix typo, trim whitespace. see #12460
git-svn-id: http://svn.automattic.com/wordpress/trunk@13654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d2cb240df
commit
622a4084fc
|
@ -334,7 +334,7 @@ switch ( $_GET['action'] ) {
|
|||
break;
|
||||
}
|
||||
} else {
|
||||
wp_die( __('You are not allowed to change one of this sites.') );
|
||||
wp_die( __('You are not allowed to change one of these sites.') );
|
||||
exit();
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue