From a1e05cff2892c37004e5c860c5e34a1369fca469 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 16 Aug 2020 14:00:27 +0000 Subject: [PATCH] Docs: Fix typo in the `$image` parameter description in `is_gd_image()`. Follow-up to [48798]. See #50833. git-svn-id: https://develop.svn.wordpress.org/trunk@48799 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/image.php b/src/wp-admin/includes/image.php index 0245226c46..f089fc8201 100644 --- a/src/wp-admin/includes/image.php +++ b/src/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. */