From 52beb61afc2dfbe5f21f07c08a4e9559b95e71f4 Mon Sep 17 00:00:00 2001 From: jverber Date: Tue, 10 Feb 2004 19:43:39 +0000 Subject: [PATCH] Removed redundant convert_chars (it is called during display) git-svn-id: https://develop.svn.wordpress.org/trunk@860 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-comments-post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-comments-post.php b/wp-comments-post.php index 69b5d2a87b..e98c2ccd16 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;