Changeset 11721 for trunk/wp-admin/comment.php
- Timestamp:
- 07/18/2009 11:21:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r11204 r11721 23 23 * @param string $msg Error Message. Assumed to contain HTML and be sanitized. 24 24 */ 25 function comment_footer_die( $msg ) { //25 function comment_footer_die( $msg ) { 26 26 echo "<div class='wrap'><p>$msg</p></div>"; 27 27 include('admin-footer.php'); … … 120 120 <tr> 121 121 <th scope="row"><?php _e('URL'); ?></th> 122 <td><a href= '<?php echo $comment->comment_author_url; ?>'><?php echo $comment->comment_author_url; ?></a></td>122 <td><a href="<?php echo $comment->comment_author_url; ?>"><?php echo $comment->comment_author_url; ?></a></td> 123 123 </tr> 124 124 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.