Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/comment.php

    r12715 r12733  
    126126            return absint($pending[0]['num_comments']);
    127127    }
    128    
     128
    129129    $pending_keyed = array();
    130    
     130
    131131    // Default to zero pending for all posts in request
    132132    foreach ( $post_id_array as $id )
Note: See TracChangeset for help on using the changeset viewer.