Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (2 years 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/query/search.php

    r54524 r57987  
    281281                                'post_title'   => '0',
    282282                                'post_content' => 'this post contains zeroes',
    283                                 'post_excerpt' => 'this post containts zeroes',
     283                                'post_excerpt' => 'this post contains zeroes',
    284284                        )
    285285                );
     
    409409
    410410        /**
    411          * Unfiltered search queries for attachment post types should not inlcude
     411         * Unfiltered search queries for attachment post types should not include
    412412         * filenames to ensure the postmeta JOINs don't happen on the front end.
    413413         *
Note: See TracChangeset for help on using the changeset viewer.