mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 13:29:56 +01:00
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:
parent
557fe1da69
commit
ed8cb2a5bf
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user