Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#309 closed defect (bug) (fixed)

die() ends wp-trackback.php before last action

Reported by: bronski's profile bronski Owned by: michel-v's profile michel v
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)

#2 @michel v
21 years ago

  • Owner changed from anonymous to michel v
  • Resolution changed from 10 to 20
  • Status changed from new to closed

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.

Note: See TracTickets for help on using tickets.