#309 closed defect (bug) (fixed)
die() ends wp-trackback.php before last action
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The last two lines of wp-trackback.php are:
trackback_response(0);
do_action('trackback_post', $wpdb->insert_id);
function trackback_response always ends with "die()" so the last line never gets executed.
Change History (3)
Note: See
TracTickets for help on using
tickets.
It was in an earlier patch from you, but because it lacked a reason for it I didn't include it in the fix. Fixed now.