mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+2
-2
@@ -209,9 +209,9 @@ if ( $page_links )
|
||||
<br class="clear" />
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
if ( 1 == count($posts) && is_singular() ) :
|
||||
|
||||
|
||||
$comments = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_approved != 'spam' ORDER BY comment_date", $id) );
|
||||
if ( $comments ) :
|
||||
// Make sure comments, post, and post_author are cached
|
||||
|
||||
Reference in New Issue
Block a user