Make WordPress Core


Ignore:
Timestamp:
09/20/2005 10:18:47 PM (20 years ago)
Author:
ryan
Message:

Filter posts with kses for users who do not have the unfiltered_html cap. Props donncha. fixes #1674

File:
1 edited

Legend:

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

    r2517 r2896  
    2626
    2727add_filter('pre_comment_content', 'stripslashes', 1);
    28 add_filter('pre_comment_content', 'wp_filter_kses');
    2928add_filter('pre_comment_content', 'wp_rel_nofollow', 15);
    3029add_filter('pre_comment_content', 'balanceTags', 30);
Note: See TracChangeset for help on using the changeset viewer.