mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Don't die before action
git-svn-id: http://svn.automattic.com/wordpress/trunk@2282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa0753801a
commit
31066f320a
@ -88,8 +88,7 @@ if ( !empty($tb_url) && !empty($title) && !empty($tb_url) ) {
|
||||
|
||||
wp_new_comment($commentdata);
|
||||
|
||||
trackback_response(0);
|
||||
do_action('trackback_post', $wpdb->insert_id);
|
||||
|
||||
trackback_response(0);
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user