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. */