Changeset 546 for trunk/wp-commentsrss2.php
- Timestamp:
- 11/12/2003 03:22:47 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r414 r546 54 54 LEFT JOIN $tableposts ON comment_post_id = id 55 55 WHERE comment_post_ID = '$id' 56 AND $tablecomments.comment_approved = '1' 56 57 AND $tableposts.post_status = 'publish' 57 58 AND post_category > '0' … … 73 74 LEFT JOIN $tableposts ON comment_post_id = id 74 75 WHERE $tableposts.post_status = 'publish' 76 AND $tablecomments.comment_approved = '1' 75 77 AND post_category > '0' 76 78 AND post_date < '".date("Y-m-d H:i:s")."'
Note: See TracChangeset
for help on using the changeset viewer.