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. Built from https://develop.svn.wordpress.org/trunk@57243 git-svn-id: http://core.svn.wordpress.org/trunk@56749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9398968765
commit
f86599ded1
|
@ -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
|
||||
*
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57242';
|
||||
$wp_version = '6.5-alpha-57243';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue