Combine two strings. Cheatin', uh?
git-svn-id: https://develop.svn.wordpress.org/trunk@20143 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ff65fe6d6b
commit
8ae9285c2a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user