mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +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. 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:
parent
16ee06cba1
commit
2011617834
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user