Changes from trunk/wp-admin/includes/comment.php at r11383 to branches/2.8/wp-admin/includes/comment.php at r11720
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/includes/comment.php
r11383 r11720 90 90 $comment->comment_author = format_to_edit( $comment->comment_author ); 91 91 $comment->comment_author_email = format_to_edit( $comment->comment_author_email ); 92 $comment->comment_author_url = format_to_edit( $comment->comment_author_url ); 92 93 $comment->comment_author_url = esc_url($comment->comment_author_url); 93 $comment->comment_author_url = format_to_edit( $comment->comment_author_url );94 94 95 95 return $comment;
Note: See TracChangeset
for help on using the changeset viewer.