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
This commit is contained in:
Helen Hou-Sandi 2012-12-20 15:40:37 +00:00
parent 145789f191
commit c43802b342
1 changed files with 1 additions and 1 deletions

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.