mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-24 17:21:34 +01:00
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;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} 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();
|
exit();
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user