Make WordPress Core


Ignore:
Timestamp:
03/02/2008 08:17:30 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whites.

File:
1 edited

Legend:

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

    r7098 r7130  
    1010    check_admin_referer('bulk-comments');
    1111
    12     $comments_deleted = $comments_approved = $comments_unapproved = $comments_spammed = 0; 
     12    $comments_deleted = $comments_approved = $comments_unapproved = $comments_spammed = 0;
    1313    foreach ($_REQUEST['delete_comments'] as $comment) : // Check the permissions on each
    1414        $comment = (int) $comment;
     
    4141} elseif ( !empty($_GET['_wp_http_referer']) ) {
    4242     wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI'])));
    43      exit; 
     43     exit;
    4444}
    4545
Note: See TracChangeset for help on using the changeset viewer.