Make WordPress Core


Ignore:
Timestamp:
10/21/2022 09:10:29 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Align spelling with American English.

This changeset replaces "behaviour" with "behavior" in various docblocks.

Props kebbet, jrf.
See #56811, #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme.php

    r54236 r54663  
    357357        $this->assertFalse( $theme->exists() );
    358358
    359         // These return the bogus name - perhaps not ideal behaviour?
     359        // These return the bogus name - perhaps not ideal behavior?
    360360        $this->assertSame( $template, get_template() );
    361361        $this->assertSame( $style, get_stylesheet() );
Note: See TracChangeset for help on using the changeset viewer.