Make WordPress Core

Changeset 52719


Ignore:
Timestamp:
02/12/2022 02:43:08 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in a comment in wp_get_image_mime().

Follow-up to [39831].

Props dilipbheda.
Fixes #55154.

File:
1 edited

Legend:

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

    r52701 r52719  
    32383238    /*
    32393239     * Use exif_imagetype() to check the mimetype if available or fall back to
    3240      * getimagesize() if exif isn't avaialbe. If either function throws an Exception
     3240     * getimagesize() if exif isn't available. If either function throws an Exception
    32413241     * we assume the file could not be validated.
    32423242     */
Note: See TracChangeset for help on using the changeset viewer.