diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index ed87b2b8ad..71f1794c52 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3568,6 +3568,10 @@ function normalize_whitespace( $str ) { /** * Properly strip all HTML tags including script and style + * + * This differs from strip_tags() because it removes the contents of + * the ' ) + * will return 'something'. wp_strip_all_tags will return '' * * @since 2.9.0 *