Changeset 722 for trunk/wp-commentsrss2.php
- Timestamp:
- 01/05/2004 09:01:41 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.