From 54184bf872e41e3ff83fc3bacaee347d0de6c734 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 16 Aug 2020 14:02:03 +0000 Subject: [PATCH] Docs: Fix typo in the `$image` parameter description in `is_gd_image()`. Follow-up to [48798]. See #50833. Built from https://develop.svn.wordpress.org/trunk@48799 git-svn-id: http://core.svn.wordpress.org/trunk@48561 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/image.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.