Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

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

    r4480 r4495  
    144144        $authordata = get_userdata($wpdb->get_var("SELECT post_author FROM $wpdb->posts WHERE ID = $comment->comment_post_ID"));
    145145            $comment_status = wp_get_comment_status($comment->comment_ID);
    146             if ('unapproved' == $comment_status) 
     146            if ('unapproved' == $comment_status)
    147147                $class .= ' unapproved';
    148148            if ($i % 2)
     
    154154<?php comment_text() ?>
    155155
    156 <p><?php comment_date('M j, g:i A');  ?> &#8212; [ 
     156<p><?php comment_date('M j, g:i A');  ?> &#8212; [
    157157<?php
    158158if ( current_user_can('edit_post', $comment->comment_post_ID) ) {
     
    182182        ?>
    183183        <p>
    184         <strong><?php _e('No comments found.') ?></strong></p>
     184            <strong><?php _e('No comments found.') ?></strong></p>
    185185
    186186        <?php
Note: See TracChangeset for help on using the changeset viewer.