Don't die with type
git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f09d565459
commit
4b9fb9ed0c
|
@ -286,7 +286,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