Changeset 5975 for trunk/wp-includes/comment.php
- Timestamp:
- 08/29/07 19:04:14 (1 year ago)
- Files:
-
- trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }
