Ticket #4050 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

wp_get_archives fails to filter post titles when doing postbypost list

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

Description

In the wp_get_archives template tag function, if the type is set to 'postbypost', the post title is put onto the screen without passing it through the usual 'the_title' filter.

Tested in 2.1.2 and [5143].

One-line very simple patch to be attached in a moment. Patch has also been tested in both 2.1.2 and [5143].

Attachments

general-template-php.diff (0.6 kB) - added by jhodgdon on 03/30/07 19:03:21.
Add filter to post title in wp_get_archives

Change History

03/30/07 19:03:21 changed by jhodgdon

  • attachment general-template-php.diff added.

Add filter to post title in wp_get_archives

03/30/07 23:46:29 changed by rob1n

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

(In [5144]) Add missing the_title filter call. Props jhodgdon. fixes #4050