Removed redundant convert_chars (it is called during display)

git-svn-id: http://svn.automattic.com/wordpress/trunk@860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
jverber 2004-02-10 19:43:39 +00:00
parent c7f1a69a83
commit 252f64ff98

View File

@ -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;