Opened 17 years ago
Closed 17 years ago
#9436 closed defect (bug) (fixed)
'the_tags' filter not applied on the_tags() function
| Reported by: | scribu | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Taxonomy | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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 (1)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Also pass the arguments to the filter