mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Correct typo in sanitize_html_class()
docblock.
Built from https://develop.svn.wordpress.org/trunk@28973 git-svn-id: http://core.svn.wordpress.org/trunk@28762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f6b531f70
commit
fd2d2ebb2e
@ -1283,7 +1283,7 @@ function sanitize_sql_orderby( $orderby ){
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param string $class The classname to be sanitized
|
||||
* @param string $fallback Optional. The value to return if the sanitization end's up as an empty string.
|
||||
* @param string $fallback Optional. The value to return if the sanitization ends up as an empty string.
|
||||
* Defaults to an empty string.
|
||||
* @return string The sanitized value
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user