Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (10 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/image/header.php

    r57755 r57987  
    141141        );
    142142
    143         // Create inital crop object.
     143        // Create initial crop object.
    144144        $cropped_1 = 'foo-cropped-1.png';
    145145        $object    = wp_copy_parent_attachment_properties( $cropped_1, $id, 'custom-header' );
     
    149149        $this->assertFalse( $previous );
    150150
    151         // Create the inital crop attachment and set it as the header.
     151        // Create the initial crop attachment and set it as the header.
    152152        $cropped_1_id = $this->custom_image_header->insert_attachment( $object, $cropped_1 );
    153153        $key          = '_wp_attachment_custom_header_last_used_' . get_stylesheet();
Note: See TracChangeset for help on using the changeset viewer.