From 2011617834d8295e9a71853b68d45be34335aefa Mon Sep 17 00:00:00 2001 From: joedolson Date: Mon, 27 Jan 2025 19:25:25 +0000 Subject: [PATCH] Administration: Fix typo in code documentation in `wp/sanitize.js`. Change "Text to have the HTML tags striped out of." to "Text to strip the HTML tags from." Replaces an unclear statement with a typo with a more clear statement. Props joedolson, mukesh27, dhruvang21. Fixes #62851. Built from https://develop.svn.wordpress.org/trunk@59714 git-svn-id: http://core.svn.wordpress.org/trunk@59056 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/wp-sanitize.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.