diff --git a/wp-comments-post.php b/wp-comments-post.php index 69b5d2a87..e98c2ccd1 100644 --- a/wp-comments-post.php +++ b/wp-comments-post.php @@ -50,7 +50,6 @@ if ($comment == 'comment' || $comment == '') { $now = current_time('mysql'); $comment = balanceTags($comment, 1); -$comment = convert_chars($comment); $comment = format_to_post($comment); $comment_author = $author;