Changeset 5330 for trunk/wp-admin/comment.php
- Timestamp:
- 04/27/2007 05:23:53 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r4623 r5330 92 92 <tr> 93 93 <th scope="row"><?php _e('URL:'); ?></th> 94 <td><?php echo $comment->comment_author_url; ?></td>94 <td><?php echo "<a href='$comment->comment_author_url'>$comment->comment_author_url</a>"; ?></td> 95 95 </tr> 96 96 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.