Link that URL!
git-svn-id: https://develop.svn.wordpress.org/trunk@5330 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d9f2285155
commit
56f7ecd7d8
@ -91,7 +91,7 @@ case 'mac':
|
||||
<?php if ( $comment->comment_author_url ) { ?>
|
||||
<tr>
|
||||
<th scope="row"><?php _e('URL:'); ?></th>
|
||||
<td><?php echo $comment->comment_author_url; ?></td>
|
||||
<td><?php echo "<a href='$comment->comment_author_url'>$comment->comment_author_url</a>"; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user