Changeset 44847 for branches/4.7/src/wp-includes/comment.php
- Timestamp:
- 03/12/2019 10:35:52 PM (6 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/comment.php
r39664 r44847 3051 3051 kses_remove_filters(); // start with a clean slate 3052 3052 kses_init_filters(); // set up the filters 3053 remove_filter( 'pre_comment_content', 'wp_filter_post_kses' ); 3054 add_filter( 'pre_comment_content', 'wp_filter_kses' ); 3053 3055 } 3054 3056 }
Note: See TracChangeset
for help on using the changeset viewer.