Make WordPress Core


Ignore:
Timestamp:
02/02/2021 06:02:36 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Fix several minor coding standards issues.

These are made by running composer format.

Follow up to [50124], [50129], [50143].

See #49961, #52192, #34281.

File:
1 edited

Legend:

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

    r50148 r50152  
    49874987     * Silencing notice and warning is intentional.
    49884988     *
    4989      * getimagesize() has a tendency to generate errors, such as 
     4989     * getimagesize() has a tendency to generate errors, such as
    49904990     * "corrupt JPEG data: 7191 extraneous bytes before marker",
    49914991     * even when it's able to provide image size information.
Note: See TracChangeset for help on using the changeset viewer.