diff --git a/wp-admin/includes/image.php b/wp-admin/includes/image.php index 0245226c46..f089fc8201 100644 --- a/wp-admin/includes/image.php +++ b/wp-admin/includes/image.php @@ -921,7 +921,7 @@ function file_is_displayable_image( $path ) { * * @since 5.6.0 * - * @param resource|GdImage|false $image A value to check for the type for. + * @param resource|GdImage|false $image A value to check the type for. * @return bool True if $image is either a GD image resource or GdImage instance, * false otherwise. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 74f1416bdc..74153d3412 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48798'; +$wp_version = '5.6-alpha-48799'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.