Move balanceTags into filters.

git-svn-id: https://develop.svn.wordpress.org/trunk@1781 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-10-11 22:07:09 +00:00
parent 7207eb61ee
commit 236c6ede65
3 changed files with 12 additions and 8 deletions

View File

@@ -48,8 +48,6 @@ if ( '' == $comment )
$now = current_time('mysql');
$now_gmt = current_time('mysql', 1);
$comment = balanceTags($comment, 1);
$comment = format_to_post($comment);
$comment = apply_filters('post_comment_text', $comment);