Make WordPress Core


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

    r54891 r57987  
    587587     * @ticket 34010
    588588     */
    589     public function test_get_post_types_by_support_non_existant_feature() {
     589    public function test_get_post_types_by_support_non_existent_feature() {
    590590        $this->assertSameSets( array(), get_post_types_by_support( 'somefeature' ) );
    591591    }
Note: See TracChangeset for help on using the changeset viewer.