mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
7df52144eb
commit
ba9220bd1f
@ -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
|
* 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.
|
* string then it will return the alternative value supplied.
|
||||||
|
Loading…
Reference in New Issue
Block a user