﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21648,Enable feed autodiscovery for custom post type archives,mdgl,nacin,"When creating a new custom post type with register_post_type() it is possible to enable the automatic creation of archives and the corresponding feeds.

Unfortunately, such feeds (if enabled) are not advertised through the ""feed autodiscovery"" mechanism. That is, if you view a custom post type archive page, there is no <link> added to point to the corresponding feed. This does happen, for example with other archive pages such as those for search, author, date, category and tag.

To me, it looks like there is some missing code in feed_links_extra() [file: general_template.php] that would check is_post_type_archive() and output the appropriate link using get_post_type_archive_feed_link() and post_type_archive_title().",defect (bug),closed,normal,3.5,Post Types,3.4.1,normal,fixed,has-patch,navjotjsingh@… mdhansen@…
