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