From c43802b34233e2489e70dc62f9fc7d500b2f3456 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 20 Dec 2012 15:40:37 +0000 Subject: [PATCH] s/Santizes/Sanitizes/ in phpdoc for sanitize_html_class(). props cais. fixes #22890. git-svn-id: https://develop.svn.wordpress.org/trunk@23189 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 e554d6eda1..a0e999404f 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -1036,7 +1036,7 @@ function sanitize_sql_orderby( $orderby ){ } /** - * Santizes a html classname to ensure it only contains valid characters + * Sanitizes a html classname to ensure it only contains valid characters * * Strips the string down to A-Z,a-z,0-9,_,-. If this results in an empty * string then it will return the alternative value supplied.