Make WordPress Core


Ignore:
Timestamp:
09/24/2009 05:19:13 PM (15 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r11968 r11971  
    33863386
    33873387    $comments_to_delete = $wpdb->get_results($wpdb->prepare("SELECT comment_id FROM $wpdb->commentmeta WHERE meta_key = '_wp_trash_meta_time' AND meta_value < '%d'", $delete_timestamp), ARRAY_A);
    3388    
     3388
    33893389    foreach ( (array) $comments_to_delete as $comment ) {
    33903390        wp_delete_comment($comment['comment_id']);
Note: See TracChangeset for help on using the changeset viewer.