We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e
1 parent 450524a commit 4172074Copy full SHA for 4172074
src/wp-includes/kses.php
@@ -1097,8 +1097,6 @@ function _wp_kses_split_callback( $matches ) {
1097
* @return string Fixed HTML element
1098
*/
1099
function wp_kses_split2( $content, $allowed_html, $allowed_protocols ) {
1100
- $content = wp_kses_stripslashes( $content );
1101
-
1102
/*
1103
* The regex pattern used to split HTML into chunks attempts
1104
* to split on HTML token boundaries. This function should
0 commit comments