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
This commit is contained in:
Colin Stewart 2024-01-06 09:45:44 +00:00
parent cb85d888a0
commit 15637fa436

View File

@ -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
*