Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upload.php

    r8484 r8600  
    210210
    211211<?php
    212  
     212
    213213if ( 1 == count($posts) && is_singular() ) :
    214    
     214
    215215    $comments = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_approved != 'spam' ORDER BY comment_date", $id) );
    216216    if ( $comments ) :
Note: See TracChangeset for help on using the changeset viewer.