Changeset 5975 for trunk/wp-includes/comment.php
- Timestamp:
- 08/29/2007 07:04:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r5947 r5975 174 174 $comment_author_url = apply_filters('pre_comment_author_url', $_COOKIE['comment_author_url_'.COOKIEHASH]); 175 175 $comment_author_url = stripslashes($comment_author_url); 176 $comment_author_url = clean_url($comment_author_url);177 176 $_COOKIE['comment_author_url_'.COOKIEHASH] = $comment_author_url; 178 177 }
Note: See TracChangeset
for help on using the changeset viewer.