Changeset 722
- Timestamp:
- 01/05/04 09:01:41 (5 years ago)
- Files:
-
- trunk/wp-commentsrss2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-commentsrss2.php
r628 r722 56 56 AND $tablecomments.comment_approved = '1' 57 57 AND $tableposts.post_status = 'publish' 58 AND post_category > '0'59 58 AND post_date < '".date("Y-m-d H:i:s")."' 60 59 ORDER BY comment_date … … 75 74 WHERE $tableposts.post_status = 'publish' 76 75 AND $tablecomments.comment_approved = '1' 77 AND post_category > '0'78 76 AND post_date < '".date("Y-m-d H:i:s")."' 79 77 ORDER BY comment_date DESC
