Changeset 38092
- Timestamp:
- 07/18/2016 02:03:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r38048 r38092 1058 1058 1059 1059 // Ensure HTML tags are not being used to bypass the blacklist. 1060 $comment_without_html = wp_ kses( $comment, array());1060 $comment_without_html = wp_strip_all_tags( $comment ); 1061 1061 1062 1062 $words = explode("\n", $mod_keys );
Note: See TracChangeset
for help on using the changeset viewer.