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/functions/cleanDirsizeCache.php

    r52780 r54663  
    106106
    107107    /**
    108      * Tests the behaviour of the function when the transient doesn't exist.
     108     * Tests the behavior of the function when the transient doesn't exist.
    109109     *
    110110     * @ticket 52241
     
    122122
    123123    /**
    124      * Tests the behaviour of the function when the transient does exist, but is not an array.
     124     * Tests the behavior of the function when the transient does exist, but is not an array.
    125125     *
    126126     * In particular, this tests that no PHP TypeErrors are being thrown.
Note: See TracChangeset for help on using the changeset viewer.