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/post/objects.php

    r52010 r57987  
    2929        $this->assertSame( 'post', $post->post_type );
    3030
    31         // Excercise the output argument.
     31        // Exercise the output argument.
    3232        $post = get_post( $id, ARRAY_A );
    3333        $this->assertIsArray( $post );
Note: See TracChangeset for help on using the changeset viewer.