Changeset 44846
- Timestamp:
- 03/12/2019 10:34:58 PM (6 years ago)
- Location:
- branches/4.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-admin/includes/ajax-actions.php
r44055 r44846 1071 1071 kses_remove_filters(); // start with a clean slate 1072 1072 kses_init_filters(); // set up the filters 1073 remove_filter( 'pre_comment_content', 'wp_filter_post_kses' ); 1074 add_filter( 'pre_comment_content', 'wp_filter_kses' ); 1073 1075 } 1074 1076 } -
branches/4.8/src/wp-includes/comment.php
r40667 r44846 3055 3055 kses_remove_filters(); // start with a clean slate 3056 3056 kses_init_filters(); // set up the filters 3057 remove_filter( 'pre_comment_content', 'wp_filter_post_kses' ); 3058 add_filter( 'pre_comment_content', 'wp_filter_kses' ); 3057 3059 } 3058 3060 }
Note: See TracChangeset
for help on using the changeset viewer.