From 252f64ff9821ccea47d50641e370f4bf48539a32 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: http://svn.automattic.com/wordpress/trunk@860 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-comments-post.php | 1 - 1 file changed, 1 deletion(-) 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;