Don't die with type

git-svn-id: http://svn.automattic.com/wordpress/trunk@5923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-08-23 15:53:25 +00:00
parent 68501fd51b
commit c6d79a79b0
1 changed files with 1 additions and 1 deletions

View File

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