From f86599ded114c04de9de662ebf212e64751d973d Mon Sep 17 00:00:00 2001 From: costdev Date: Sat, 6 Jan 2024 09:47:24 +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. Built from https://develop.svn.wordpress.org/trunk@57243 git-svn-id: http://core.svn.wordpress.org/trunk@56749 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index eb4fe64ef3..c2baec76ef 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 82327ade32..1568d6756f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.