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.