Combine two strings. Cheatin', uh?

git-svn-id: http://svn.automattic.com/wordpress/trunk@20143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-03-07 19:00:12 +00:00
parent e8bbb5cf22
commit 71eee3357d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $post_id = isset($post_id)? (int) $post_id : 0;
// Require an ID for the edit screen
if ( isset($action) && $action == 'edit' && !$ID )
wp_die(__("You are not allowed to be here"));
wp_die( __( 'Cheatin’ uh?' ) );
if ( isset($_GET['inline']) ) {
$errors = array();