Make WordPress Core


Ignore:
Timestamp:
05/19/2023 01:25:49 PM (19 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix a few more typos in DocBlocks and inline comments.

Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824].

Props Presskopp.
See #57840.

File:
1 edited

Legend:

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

    r55825 r55827  
    38123812        || is_resource( $image ) && 'gd' === get_resource_type( $image )
    38133813    ) {
     3814
    38143815        return true;
    38153816    }
     
    48624863
    48634864/**
    4864  * Checks the HTML content for a audio, video, object, embed, or iframe tags.
     4865 * Checks the HTML content for an audio, video, object, embed, or iframe tags.
    48654866 *
    48664867 * @since 3.6.0
Note: See TracChangeset for help on using the changeset viewer.