Make WordPress Core


Ignore:
Timestamp:
10/11/2004 10:07:09 PM (21 years ago)
Author:
saxmatt
Message:

Move balanceTags into filters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r1756 r1781  
    4949$now_gmt = current_time('mysql', 1);
    5050
    51 
    52 $comment = balanceTags($comment, 1);
    5351$comment = format_to_post($comment);
    5452$comment = apply_filters('post_comment_text', $comment);
Note: See TracChangeset for help on using the changeset viewer.