Changeset 2211
- Timestamp:
- 02/03/05 19:13:11 (4 years ago)
- Files:
-
- trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit.php
r2132 r2211 168 168 if ( 1 == count($posts) ) { 169 169 170 $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = $id ORDER BY comment_date");170 $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = $id AND comment_status != 'spam' ORDER BY comment_date"); 171 171 if ($comments) { 172 172 ?>
