Removed redundant convert_chars (it is called during display)

git-svn-id: https://develop.svn.wordpress.org/trunk@860 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
jverber 2004-02-10 19:43:39 +00:00
parent 8631633ac2
commit 52beb61afc
1 changed files with 0 additions and 1 deletions

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;