Changeset 546 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/12/2003 03:22:47 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r532 r546 144 144 ?> 145 145 <li style="border-bottom: 1px solid #ccc;"> 146 <?php 147 $comment_status = wp_get_comment_status($comment->comment_ID); 148 149 if ("unapproved" == $comment_status) { 150 echo "<span class=\"unapproved\">"; 151 } 152 ?> 146 153 <p><strong>Name:</strong> <?php comment_author() ?> <?php if ($comment->comment_author_email) { ?>| <strong>Email:</strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_email) { ?> | <strong>URI:</strong> <?php comment_author_url_link() ?> <?php } ?>| <strong>IP:</strong> <?php comment_author_IP() ?></p> 147 154
Note: See TracChangeset
for help on using the changeset viewer.