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

    r57744 r57987  
    188188         */
    189189
    190         // Custom post meta should NOT be restored, orignal value should not be restored, value still 'update1'.
     190        // Custom post meta should NOT be restored, original value should not be restored, value still 'update1'.
    191191        $this->assertSame( 'update1', get_post_meta( $post_id, 'meta_revision_test', true ) );
    192192
Note: See TracChangeset for help on using the changeset viewer.