Ticket #4032 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Trackback URL is not filtered in get_trackback_url

Reported by: jhodgdon Assigned to: anonymous
Priority: normal Milestone: 2.2
Component: General Version: 2.1.1
Severity: normal Keywords: filter trackback has-patch
Cc:

Description

It's helpful to have it filtered so plugins can do things to it (such as perhaps remove things they added to the post permalink).

Attachments

comment-template-php.diff (0.6 kB) - added by jhodgdon on 03/26/07 14:16:33.
Adds filter to get_trackback_url function

Change History

03/26/07 14:16:33 changed by jhodgdon

  • attachment comment-template-php.diff added.

Adds filter to get_trackback_url function

03/26/07 14:18:37 changed by jhodgdon

  • component changed from Administration to General.

03/26/07 23:40:52 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5116]) Add trackback_url filter. Props jhodgdon. fixes #4032