Don't die with type
git-svn-id: https://develop.svn.wordpress.org/trunk@5923 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ca9bea927b
commit
61578a7d73
@ -307,7 +307,7 @@ case 'autosave-generate-nonces' :
|
||||
die(wp_create_nonce('update-page_' . $ID));
|
||||
}
|
||||
}
|
||||
die($_POST['post_type']);
|
||||
die('0');
|
||||
break;
|
||||
default :
|
||||
do_action( 'wp_ajax_' . $_POST['action'] );
|
||||
|
Loading…
Reference in New Issue
Block a user