Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24622, comment 1


Ignore:
Timestamp:
06/22/2013 06:53:42 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24622, comment 1

    initial v1  
    1 Confirmed the bug. `$this->query_vars['withcomments']` is only set for comment feeds if permalinks are enabled.
     1Confirmed the bug.
     2
     3We check for `$this->query_vars['withcomments']` ([source:tags/3.5.1/wp-includes/class-wp.php#L338]), but it's only set for comment feeds if permalinks are enabled.