From ef0881750ccaa274bbed58c8818479cc45b54a9e Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 6 Jul 2020 19:10:02 +0000 Subject: [PATCH] Docs: Correct typo introduced in [48288]. See #42775. Built from https://develop.svn.wordpress.org/trunk@48343 git-svn-id: http://core.svn.wordpress.org/trunk@48112 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.