﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
13058	Feed link not working with non-category taxonomy in wp_list_categories()	greenshady		"Since `wp_list_categories()` now allows you to specify a taxonomy, its arguments should work with any taxonomy.

Currently, if you enter a value for `feed` or `feed_type`, a correct feed URL isn't shown.

To reproduce, try this:

{{{
<ul>
	<?php wp_list_categories( array( 'taxonomy' => 'post_tag', 'feed' => 'RSS' ) ); ?>
</ul>
}}}"	defect (bug)	closed	normal	3.0	Feeds	3.0	normal	fixed	dev-feedback has-patch needs-testing	
