Make WordPress Core

Changeset 4114


Ignore:
Timestamp:
08/24/2006 11:32:47 PM (18 years ago)
Author:
ryan
Message:

comments-rss2 fix from Mark J. fixes #3055

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r4112 r4114  
    765765
    766766    $for_comments = false;
    767     if ( is_single() || (get_query_var('withcomments') == 1) ) {
     767    if ( is_single() || get_query_var('withcomments') == 1 || $feed == 'comments-rss2' ) {
    768768        $feed = 'rss2';
    769769        $for_comments = true;   
Note: See TracChangeset for help on using the changeset viewer.