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.

git-svn-id: https://develop.svn.wordpress.org/trunk@59714 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe Dolson 2025-01-27 19:23:45 +00:00
parent 557fe1da69
commit ed8cb2a5bf

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