Changeset 11383 for trunk/wp-admin/includes/comment.php
- Timestamp:
- 05/18/2009 04:00:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/comment.php
r10821 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 = clean_url($comment->comment_author_url);92 $comment->comment_author_url = esc_url($comment->comment_author_url); 93 93 $comment->comment_author_url = format_to_edit( $comment->comment_author_url ); 94 94
Note: See TracChangeset
for help on using the changeset viewer.