Opened 18 years ago
Closed 18 years ago
#4050 closed defect (bug) (fixed)
wp_get_archives fails to filter post titles when doing postbypost list
Reported by: | jhodgdon | Owned by: | |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.1.2 |
Component: | General | Keywords: | has-patch filter sidebar |
Focuses: | 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 (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Add filter to post title in wp_get_archives