Ticket #3839: 3839.diff
File 3839.diff, 467 bytes (added by , 18 years ago) |
---|
-
wp-comments-post.php
18 18 exit; 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']); 24 24 $comment_content = trim($_POST['comment']);