Make WordPress Core

Changeset 54505

Timestamp:
10/12/2022 01:21:56 PM (22 months ago)
Author:
audrasjb
Message:

Docs: Inline comment typo correction in wp_image_file_matches_image_meta().

Props kebbet.
See #55646, #56792.

File:
1 edited

Legend:

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

    r54416 r54505  
    15451545    // Ensure the $image_meta is valid.
    15461546    if ( isset( $image_meta['file'] ) && strlen( $image_meta['file'] ) > 4 ) {
    1547         // Remove quiery args if image URI.
     1547        // Remove qu image URI.
    15481548        list( $image_location ) = explode( '?', $image_location );
    15491549
Note: See TracChangeset for help on using the changeset viewer.