mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix typo in phpdoc for sanitize_text_field. Fixes #12091 props joshtime.
git-svn-id: https://develop.svn.wordpress.org/trunk@12912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2825,7 +2825,7 @@ function wp_strip_all_tags($string, $remove_breaks = false) {
|
||||
* check for invalid UTF-8,
|
||||
* Convert single < characters to entity,
|
||||
* strip all tags,
|
||||
* remove line breaks, tabs and extra whitre space,
|
||||
* remove line breaks, tabs and extra white space,
|
||||
* strip octets.
|
||||
*
|
||||
* @since 2.9
|
||||
|
||||
Reference in New Issue
Block a user