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

    r56549 r57987  
    5656     * @ticket 14485
    5757     */
    58     public function test_hierachy_invalidation() {
     58    public function test_hierarchy_invalidation() {
    5959        $tax = 'burrito';
    6060        register_taxonomy( $tax, 'post', array( 'hierarchical' => true ) );
Note: See TracChangeset for help on using the changeset viewer.