﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21589,get_term_feed_link without filter for tag archive,andrea.r,nacin,"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.",defect (bug),closed,normal,3.5,Feeds,3.4.1,minor,fixed,needs-codex has-patch,
