Changeset 44844 for branches/5.0/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/12/2019 10:32:54 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-admin/includes/ajax-actions.php
r44047 r44844 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 }
Note: See TracChangeset
for help on using the changeset viewer.