Changeset 4939
- Timestamp:
- 02/25/07 13:35:16 (2 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r4260 r4939 19 19 } 20 20 21 $comment_author = trim( $_POST['author']);21 $comment_author = trim(strip_tags($_POST['author'])); 22 22 $comment_author_email = trim($_POST['email']); 23 23 $comment_author_url = trim($_POST['url']);
