Changes from trunk/wp-admin/comment.php at r11204 to branches/2.8/wp-admin/comment.php at r11720
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/comment.php
r11204 r11720 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.