diff --git a/wp-includes/media.php b/wp-includes/media.php index 6fa80dfa31..94a46a596d 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -4756,7 +4756,7 @@ function _wp_add_additional_image_sizes() { } /** - * Callback to enable showig of the user error when uploading .heic images. + * Callback to enable showing of the user error when uploading .heic images. * * @since 5.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 390c8a5597..bce0400836 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48342'; +$wp_version = '5.5-alpha-48343'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.