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
This commit is contained in:
joedolson 2025-01-27 19:25:25 +00:00
parent 16ee06cba1
commit 2011617834
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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.