Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #24867


Ignore:
Timestamp:
07/31/2013 02:04:30 PM (12 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24867

    • Property Status changed from new to assigned
    • Property Cc marcosf added
    • Property Owner set to nacin
    • Property Milestone changed from Awaiting Review to 3.7
    • Property Keywords has-patch added
  • Ticket #24867 – Description

    initial v4  
    66
    77This happens due to this condition in /wp-includes/post.php, line 1242:
     8{{{
    89 if ( ! isset( $args->rewrite['feeds'] ) OR ! $args->has_archive )
    910  $args->rewrite['feeds'] = (bool) $args->has_archive;
    10 
     11}}}
    1112Another problem I run into is that:
    1213With 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.