Changeset 3517 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 02/12/2006 07:53:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r3422 r3517 89 89 $class .= ' alternate'; 90 90 echo "<li id='comment-$comment->comment_ID' class='$class'>"; 91 ?> 91 ?> 92 92 <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 94 94 <?php comment_text() ?> 95 95 … … 119 119 <p> 120 120 <strong><?php _e('No comments found.') ?></strong></p> 121 121 122 122 <?php 123 123 } // end if ($comments)
Note: See TracChangeset
for help on using the changeset viewer.