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

    r57257 r57987  
    314314        $this->assertFalse( has_filter( 'all' ) );
    315315        $this->assertSame( $val, apply_filters( $hook_name, $val ) );
    316         // Call cound should remain at 1.
     316        // Call count should remain at 1.
    317317        $this->assertSame( 1, $a->get_call_count() );
    318318        $this->assertSame( array( $hook_name ), $a->get_hook_names() );
Note: See TracChangeset for help on using the changeset viewer.