[wp-cvs] wordpress wp-comments-post.php,1.18,1.19
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Oct 11 22:07:11 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12965
Modified Files:
wp-comments-post.php
Log Message:
Move balanceTags into filters.
Index: wp-comments-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments-post.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** wp-comments-post.php 6 Oct 2004 06:34:19 -0000 1.18
--- wp-comments-post.php 11 Oct 2004 22:07:09 -0000 1.19
***************
*** 49,54 ****
$now_gmt = current_time('mysql', 1);
-
- $comment = balanceTags($comment, 1);
$comment = format_to_post($comment);
$comment = apply_filters('post_comment_text', $comment);
--- 49,52 ----
More information about the cvs
mailing list