Make WordPress Core

Changeset 48799


Ignore:
Timestamp:
08/16/2020 02:00:27 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in the $image parameter description in is_gd_image().

Follow-up to [48798].

See #50833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image.php

    r48798 r48799  
    922922 * @since 5.6.0
    923923 *
    924  * @param resource|GdImage|false $image A value to check for the type for.
     924 * @param resource|GdImage|false $image A value to check the type for.
    925925 * @return bool True if $image is either a GD image resource or GdImage instance,
    926926 *              false otherwise.
Note: See TracChangeset for help on using the changeset viewer.