Make WordPress Core

Changeset 36517


Ignore:
Timestamp:
02/12/2016 06:14:03 PM (9 years ago)
Author:
rachelbaker
Message:

Media: Fix inline docs typo inside wp_calculate_image_srcset() function.

mathces -> matches.

Props neoxx.

Fixes #35714.

File:
1 edited

Legend:

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

    r36241 r36517  
    10711071    /**
    10721072     * To make sure the ID matches our image src, we will check to see if any sizes in our attachment
    1073      * meta match our $image_src. If no mathces are found we don't return a srcset to avoid serving
     1073     * meta match our $image_src. If no matches are found we don't return a srcset to avoid serving
    10741074     * an incorrect image. See #35045.
    10751075     */
Note: See TracChangeset for help on using the changeset viewer.