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
This commit is contained in:
Sergey Biryukov 2020-08-16 14:00:27 +00:00
parent cbaa88cb5a
commit a1e05cff28
1 changed files with 1 additions and 1 deletions

View File

@ -921,7 +921,7 @@ function file_is_displayable_image( $path ) {
* *
* @since 5.6.0 * @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, * @return bool True if $image is either a GD image resource or GdImage instance,
* false otherwise. * false otherwise.
*/ */