Changeset 1150 for trunk/wp-commentsrss2.php
- Timestamp:
- 04/24/2004 09:52:24 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-commentsrss2.php
r1108 r1150 32 32 LEFT JOIN $tableposts ON comment_post_id = id WHERE comment_post_ID = '$id' 33 33 AND $tablecomments.comment_approved = '1' AND $tableposts.post_status = 'publish' 34 AND post_date < '".date("Y-m-d H:i: s")."'34 AND post_date < '".date("Y-m-d H:i:59")."' 35 35 ORDER BY comment_date LIMIT " . get_settings('posts_per_rss') ); 36 36 } else { // if no post id passed in, we'll just ue the last 10 comments.
Note: See TracChangeset
for help on using the changeset viewer.