Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r3903 r3964  
    4545add_filter('comment_text', 'convert_chars');
    4646add_filter('comment_text', 'make_clickable');
     47add_filter('comment_text', 'force_balance_tags', 25);
    4748add_filter('comment_text', 'wpautop', 30);
    4849add_filter('comment_text', 'convert_smilies', 20);
Note: See TracChangeset for help on using the changeset viewer.