Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r10104 r10150  
    2121    $deleted_spam = $wpdb->query( "DELETE FROM $wpdb->comments WHERE comment_approved = 'spam' AND '$delete_time' > comment_date_gmt" );
    2222
    23     $redirect_to = 'edit-comments.php?comment_status=spam&deleted=' . (int) $deleted_spam; 
     23    $redirect_to = 'edit-comments.php?comment_status=spam&deleted=' . (int) $deleted_spam;
    2424    if ( $post_id )
    2525        $redirect_to = add_query_arg( 'p', absint( $post_id ), $redirect_to );
Note: See TracChangeset for help on using the changeset viewer.