diff --git a/wp-includes/kses.php b/wp-includes/kses.php index a014664d10..4d8f97ec87 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -240,7 +240,7 @@ function wp_kses_hook($string, $allowed_html, $allowed_protocols) # You add any kses hooks here. ############################################################################### { - $string = apply_filters( 'pre_kses', $string ); + $string = apply_filters('pre_kses', $string, $allowed_html, $allowed_protocols); return $string; } # function wp_kses_hook