From 15637fa436f394406679cd7ba48355456da7e19a Mon Sep 17 00:00:00 2001 From: Colin Stewart Date: Sat, 6 Jan 2024 09:45:44 +0000 Subject: [PATCH] Docs: Fix typo in `twentyten_header_image_height` filter's docblock. This corrects a minor typo from "defaul" to "default" in the docblock of the `twentyten_header_image_height` filter. Props mukesh27. See #59651. git-svn-id: https://develop.svn.wordpress.org/trunk@57243 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyten/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyten/functions.php b/src/wp-content/themes/twentyten/functions.php index eb4fe64ef3..c2baec76ef 100644 --- a/src/wp-content/themes/twentyten/functions.php +++ b/src/wp-content/themes/twentyten/functions.php @@ -172,7 +172,7 @@ if ( ! function_exists( 'twentyten_setup' ) ) : */ 'width' => apply_filters( 'twentyten_header_image_width', 940 ), /** - * Filters the Twenty Ten defaul header image height. + * Filters the Twenty Ten default header image height. * * @since Twenty Ten 1.0 *