Ticket #9436 (closed defect (bug): fixed)
'the_tags' filter not applied on the_tags() function
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Taxonomy | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | scribu@… |
Description
When you call the_tags() this is what happens:
the_tags() => the_terms() => get_the_term_list() => apply_filters( "term_links-$taxonomy")
But 'the_tags' filter is called in get_tags_list().
This is how it should be:
the_tags() => get_tags_list()
Attachments
Change History
- Owner changed from anonymous to ryan
- Component changed from General to Taxonomy
- Version changed from 2.8 to 2.5
You're right. All the more reason to fix it. :)
I came up with an almost identical fix to the patch scribu posted before I knew this ticket existed. I've tested his patch on 2.5.1 and 2.8-svn, but nothing in between. Can someone qualified tag this as (tested|needs-testing|commit)?
Note: See
TracTickets for help on using
tickets.

