Changes between Initial Version and Version 4 of Ticket #24867
- Timestamp:
- 07/31/2013 02:04:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24867
-
Property
Status
changed from
new
toassigned
- Property Cc marcosf added
- Property Owner set to nacin
-
Property
Milestone
changed from
Awaiting Review
to3.7
- Property Keywords has-patch added
-
Property
Status
changed from
-
Ticket #24867 – Description
initial v4 6 6 7 7 This happens due to this condition in /wp-includes/post.php, line 1242: 8 {{{ 8 9 if ( ! isset( $args->rewrite['feeds'] ) OR ! $args->has_archive ) 9 10 $args->rewrite['feeds'] = (bool) $args->has_archive; 10 11 }}} 11 12 Another problem I run into is that: 12 13 With the patch for ticket (#23302) you can not enable/disable the comments feed independent of the main feed of the custom post type. It also does not get disabled if you do not enabled comments via supports. Rewrite rules for feeds seem to always get created.