Make WordPress Core


Ignore:
Timestamp:
02/28/2006 09:49:06 AM (18 years ago)
Author:
ryan
Message:

More comment cookie sanitation.

File:
1 edited

Legend:

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

    r3561 r3577  
    2525add_filter('pre_comment_author_url', 'clean_url');
    2626
    27 add_filter('pre_comment_content', 'stripslashes', 1);
    2827add_filter('pre_comment_content', 'wp_rel_nofollow', 15);
    2928add_filter('pre_comment_content', 'balanceTags', 30);
    30 add_filter('pre_comment_content', 'addslashes', 50);
    3129
    3230add_filter('pre_comment_author_name', 'wp_filter_kses');
Note: See TracChangeset for help on using the changeset viewer.