[wp-trac] [WordPress Trac] #21589: get_term_feed_link without filter for tag archive

WordPress Trac wp-trac at lists.automattic.com
Wed Aug 15 12:19:47 UTC 2012


#21589: get_term_feed_link without filter for tag archive
--------------------------+-----------------------------
 Reporter:  andrea.r      |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Feeds         |    Version:  3.4.1
 Severity:  minor         |   Keywords:  needs-codex
--------------------------+-----------------------------
 In function ''get_term_feed_link'', located in '''link-template.php''',
 line 627:
 {{{
 $link = apply_filters( 'category_feed_link', $link, $feed );
 }}}

 should be changed into:
 {{{
 $link = apply_filters( 'tag_feed_link', $link, $feed );
 }}}

 otherwise, it is not possible to edit or inhibit the feed URL in tag
 archives.

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


More information about the wp-trac mailing list