Changeset 4939
- Timestamp:
- 02/25/2007 01:35:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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']);
Note: See TracChangeset
for help on using the changeset viewer.