Fix typo in phpdoc for sanitize_text_field. Fixes #12091 props joshtime.

git-svn-id: http://svn.automattic.com/wordpress/trunk@12912 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-01-31 15:41:19 +00:00
parent 237fac7bd6
commit 1e5c83ab2a
1 changed files with 1 additions and 1 deletions

View File

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