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/xmlrpc/wp/newPost.php

    r56547 r57987  
    248248            'post_title' => 'Test',
    249249            'terms'      => array(
    250                 'foobar_nonexistant' => array( 1 ),
     250                'foobar_nonexistent' => array( 1 ),
    251251            ),
    252252        );
     
    258258            'post_title'  => 'Test',
    259259            'terms_names' => array(
    260                 'foobar_nonexistant' => array( 1 ),
     260                'foobar_nonexistent' => array( 1 ),
    261261            ),
    262262        );
Note: See TracChangeset for help on using the changeset viewer.