Changeset 1050
- Timestamp:
- 08/11/07 19:23:29 (1 year ago)
- Files:
-
- trunk/src/lyceum/wp-commentsrss2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/wp-commentsrss2.php
r1000 r1050 31 31 if (is_single() || is_page()) { 32 32 $comments = $wpdb->get_results(" 33 SELECT 33 SELECT DISTINCT 34 34 comment_ID, comment_author, comment_author_email, comment_author_url, comment_date, 35 35 comment_date_gmt, comment_content, comment_post_ID, $wpdb->posts.ID, $wpdb->posts.post_password … … 48 48 } else { // if no post id passed in, we'll just ue the last 10 comments. 49 49 $comments = $wpdb->get_results(" 50 SELECT 50 SELECT DISTINCT 51 51 comment_ID, comment_author, comment_author_email, comment_author_url, comment_date, 52 52 comment_date_gmt, comment_content, comment_post_ID, $wpdb->posts.ID, $wpdb->posts.post_password
