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

    r54891 r57987  
    358358
    359359        if ( ! is_multisite() ) {
    360             // Single site ingnores switch_to_blog().
     360            // Single site ignores switch_to_blog().
    361361            $this->assertTrue( $this->cache->set( $key, $val ) );
    362362            $this->assertSame( $val, $this->cache->get( $key ) );
Note: See TracChangeset for help on using the changeset viewer.