Opened 15 years ago
Closed 15 years ago
#9436 closed defect (bug) (fixed)
'the_tags' filter not applied on the_tags() function
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
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.
Also pass the arguments to the filter