Make WordPress Core


Ignore:
Timestamp:
07/04/2006 10:09:44 PM (19 years ago)
Author:
ryan
Message:

Force balanced tags in comments. Props Nazgul. fixes #2714

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r3902 r3963  
    4343add_filter('comment_text', 'convert_chars');
    4444add_filter('comment_text', 'make_clickable');
     45add_filter('comment_text', 'force_balance_tags', 25);
    4546add_filter('comment_text', 'wpautop', 30);
    4647add_filter('comment_text', 'convert_smilies', 20);
Note: See TracChangeset for help on using the changeset viewer.