Changeset 3771 for branches/2.0/wp-includes/comment-functions.php
- Timestamp:
- 05/11/2006 11:05:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/comment-functions.php
r3762 r3771 34 34 $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = '$post->ID' AND ( comment_approved = '1' OR ( comment_author = '$author_db' AND comment_author_email = '$email_db' AND comment_approved = '0' ) ) ORDER BY comment_date"); 35 35 } 36 37 get_currentuserinfo();38 36 39 37 define('COMMENTS_TEMPLATE', true);
Note: See TracChangeset
for help on using the changeset viewer.