s/Santizes/Sanitizes/ in phpdoc for sanitize_html_class(). props cais. fixes #22890.

git-svn-id: http://core.svn.wordpress.org/trunk@23189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2012-12-20 15:40:37 +00:00
parent 7df52144eb
commit ba9220bd1f

View File

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