From 14bfade4ecb264444e80c7208d84db77ed32277d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 3 Jul 2014 16:57:17 +0000 Subject: [PATCH] Correct typo in `sanitize_html_class()` docblock. git-svn-id: https://develop.svn.wordpress.org/trunk@28973 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 1cdd029d4d..b4cbbcf8e9 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -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 */