﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
9436,'the_tags' filter not applied on the_tags() function,scribu,,"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()
}}}",defect (bug),closed,normal,2.8,Taxonomy,2.5,normal,fixed,has-patch,scribu@…
