diff --git a/wp-includes/media.php b/wp-includes/media.php index 50c85c8990..5c93aee225 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -5487,7 +5487,7 @@ function _wp_add_additional_image_sizes() { * Callback to enable showing of the user error when uploading .heic images. * * @since 5.5.0 - * @since 6.7.0 The default behavior is to enable heic uplooads as long as the server + * @since 6.7.0 The default behavior is to enable heic uploads as long as the server * supports the format. The uploads are converted to JPEG's by default. * * @param array[] $plupload_settings The settings for Plupload.js. diff --git a/wp-includes/version.php b/wp-includes/version.php index 95c2e95a96..b38670f9a7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58941'; +$wp_version = '6.7-alpha-58942'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.