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/getPageUri.php

    r52010 r57987  
    1212        $post_id = self::factory()->post->create( array( 'post_name' => 'get-page-uri-post-name' ) );
    1313
    14         // Mimick an old stdClass post object, missing the ancestors field.
     14        // Mimic an old stdClass post object, missing the ancestors field.
    1515        $post_array = (object) get_post( $post_id, ARRAY_A );
    1616        unset( $post_array->ancestors );
Note: See TracChangeset for help on using the changeset viewer.