Changeset 2896 for trunk/wp-includes/default-filters.php
- Timestamp:
- 09/20/2005 10:18:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r2517 r2896 26 26 27 27 add_filter('pre_comment_content', 'stripslashes', 1); 28 add_filter('pre_comment_content', 'wp_filter_kses');29 28 add_filter('pre_comment_content', 'wp_rel_nofollow', 15); 30 29 add_filter('pre_comment_content', 'balanceTags', 30);
Note: See TracChangeset
for help on using the changeset viewer.