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:
ryan 2007-08-23 15:52:23 +00:00
parent f09d565459
commit 4b9fb9ed0c
1 changed files with 1 additions and 1 deletions

View File

@ -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'] );