diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index cd1ee26894..d170728e01 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -5499,11 +5499,11 @@ function normalize_whitespace( $str ) { } /** - * Properly strips all HTML tags including script and style + * Properly strips 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 '' + * will return 'something'. wp_strip_all_tags() will return an empty string. * * @since 2.9.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index c594ee2975..1d7d3bd9a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58813'; +$wp_version = '6.7-alpha-58814'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.