This destroys other shutdown actions.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-01-17 02:46:22 +00:00
parent 0aee557b68
commit 43093f6038
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ if ( 'ajax-tag-search' == $_GET['action'] ) {
die;
}
function get_out_now() { exit; }
add_action( 'shutdown', 'get_out_now', -1 );
$id = (int) $_POST['id'];
switch ( $action = $_POST['action'] ) :
case 'add-post' :