Changeset 44845 for branches/4.9
- Timestamp:
- 03/12/2019 10:34:00 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/ajax-actions.php
r44106 r44845 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.9/src/wp-includes/comment.php
r43707 r44845 3111 3111 kses_remove_filters(); // start with a clean slate 3112 3112 kses_init_filters(); // set up the filters 3113 remove_filter( 'pre_comment_content', 'wp_filter_post_kses' ); 3114 add_filter( 'pre_comment_content', 'wp_filter_kses' ); 3113 3115 } 3114 3116 }
Note: See TracChangeset
for help on using the changeset viewer.