Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

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

    r3422 r3517  
    8989                $class .= ' alternate';
    9090            echo "<li id='comment-$comment->comment_ID' class='$class'>";
    91 ?>     
     91?>
    9292        <p><strong><?php _e('Name:') ?></strong> <?php comment_author() ?> <?php if ($comment->comment_author_email) { ?>| <strong><?php _e('E-mail:') ?></strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_url && 'http://' != $comment->comment_author_url ) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?> <?php } ?>| <strong><?php _e('IP:') ?></strong> <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></p>
    93        
     93
    9494        <?php comment_text() ?>
    9595
     
    119119        <p>
    120120        <strong><?php _e('No comments found.') ?></strong></p>
    121        
     121
    122122        <?php
    123123    } // end if ($comments)
Note: See TracChangeset for help on using the changeset viewer.