Make WordPress Core


Ignore:
Timestamp:
01/05/2004 09:01:41 AM (21 years ago)
Author:
alex_t_king
Message:

removed check to post_category > 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-commentsrss2.php

    r628 r722  
    5656                                            AND $tablecomments.comment_approved = '1'
    5757                                            AND $tableposts.post_status = 'publish'
    58                                             AND post_category > '0'
    5958                                            AND post_date < '".date("Y-m-d H:i:s")."'
    6059                                            ORDER BY comment_date
     
    7574                                            WHERE $tableposts.post_status = 'publish'
    7675                                            AND $tablecomments.comment_approved = '1'
    77                                             AND post_category > '0'
    7876                                            AND post_date < '".date("Y-m-d H:i:s")."'
    7977                                            ORDER BY comment_date DESC
Note: See TracChangeset for help on using the changeset viewer.