Changeset 1355 for trunk/wp-comments.php
- Timestamp:
- 05/24/2004 08:22:18 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments.php
r1311 r1355 18 18 $comment_author_url = (isset($_COOKIE['comment_author_url_'.$cookiehash])) ? trim($_COOKIE['comment_author_url_'.$cookiehash]) : ''; 19 19 20 $comments = $wpdb->get_results("SELECT * FROM $ tablecomments WHERE comment_post_ID = '$id' AND comment_approved = '1' ORDER BY comment_date");20 $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = '$id' AND comment_approved = '1' ORDER BY comment_date"); 21 21 ?> 22 22
Note: See TracChangeset
for help on using the changeset viewer.