[wp-trac] [WordPress Trac] #9436: 'the_tags' filter not applied on the_tags() function

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 1 10:57:56 GMT 2009


#9436: 'the_tags' filter not applied on the_tags() function
--------------------------+-------------------------------------------------
 Reporter:  scribu        |       Owner:  anonymous
     Type:  defect (bug)  |      Status:  new      
 Priority:  normal        |   Milestone:  2.8      
Component:  General       |     Version:  2.8      
 Severity:  normal        |    Keywords:  has-patch
--------------------------+-------------------------------------------------
 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()
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9436>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list