Make WordPress Core


Ignore:
Timestamp:
04/27/2007 05:23:53 AM (19 years ago)
Author:
matt
Message:

Link that URL!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/comment.php

    r4623 r5330  
    9292<tr>
    9393<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>
    9595</tr>
    9696<?php } ?>
Note: See TracChangeset for help on using the changeset viewer.