Make WordPress Core


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

Remove trailing whites.

File:
1 edited

Legend:

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

    r7104 r7130  
    348348?>
    349349  <tr id='page-<?php echo $id; ?>' class='<?php echo $class; ?>'>
    350  
    351  
     350
     351
    352352 <?php
    353353
     
    452452}
    453453 ?>
    454  
     454
    455455   </tr>
    456456
     
    571571    else
    572572        $approved = "comment_approved != 'spam'";
    573    
     573
    574574    if ( $s ) {
    575575        $s = $wpdb->escape($s);
     
    616616    $approve_url = clean_url( wp_nonce_url( "comment.php?action=approvecomment&p=$comment->comment_post_ID&c=$comment->comment_ID", "approve-comment_$comment->comment_ID" ) );
    617617    $spam_url    = clean_url( wp_nonce_url( "comment.php?action=deletecomment&dt=spam&p=$comment->comment_post_ID&c=$comment->comment_ID", "delete-comment_$comment->comment_ID" ) );
    618            
     618
    619619?>
    620620  <tr id="comment-<?php echo $comment->comment_ID; ?>" class='<?php echo $class; ?>'>
Note: See TracChangeset for help on using the changeset viewer.