mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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'] );
|
||||
|
||||
Reference in New Issue
Block a user