diff --git a/wp-includes/js/wp-sanitize.js b/wp-includes/js/wp-sanitize.js index 6082b1912d..13f9045024 100644 --- a/wp-includes/js/wp-sanitize.js +++ b/wp-includes/js/wp-sanitize.js @@ -16,7 +16,7 @@ /** * Strip HTML tags. * - * @param {string} text Text to have the HTML tags striped out of. + * @param {string} text Text to strip the HTML tags from. * * @return Stripped text. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index c467677307..ab4b4420ec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59713'; +$wp_version = '6.8-alpha-59714'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.