From 1e5c83ab2aacd2b7e4b51763144a9011cef10b80 Mon Sep 17 00:00:00 2001 From: westi Date: Sun, 31 Jan 2010 15:41:19 +0000 Subject: [PATCH] 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 --- wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index ba533e4a6..39b3a03bf 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -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