Ticket #309 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Reported by: bronski Assigned to: michel v
Priority: normal Milestone:
Component: General Version:
Severity: trivial Keywords:
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

09/22/04 12:30:17 changed by bronski

09/23/04 12:29:13 changed by michel v

  • owner changed from anonymous to michel v.
  • status changed from new to closed.
  • resolution changed from 10 to 20.

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.

12/09/04 01:32:54 changed by 2fargon

  • status changed from closed to closed.