Comments number bug.

git-svn-id: https://develop.svn.wordpress.org/trunk@707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-01-03 20:35:02 +00:00
parent dfdf60424d
commit a62c5e20c6
4 changed files with 0 additions and 4 deletions

View File

@@ -49,7 +49,6 @@ if ($comment == 'comment' || $comment == '') {
$now = current_time('mysql');
$comment = strip_tags($comment, $comment_allowed_tags);
$comment = balanceTags($comment, 1);
$comment = convert_chars($comment);
$comment = format_to_post($comment);