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