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/rest-api/rest-application-passwords-controller.php

    r53882 r54663  
    993993        $actual = wp_is_application_passwords_supported();
    994994
    995         // Revert to default behaviour so that other tests are not affected.
     995        // Revert to default behavior so that other tests are not affected.
    996996        putenv( 'WP_ENVIRONMENT_TYPE' );
    997997
     
    10251025
    10261026        if ( 'default' === $expected ) {
    1027             // Revert to default behaviour so that other tests are not affected.
     1027            // Revert to default behavior so that other tests are not affected.
    10281028            putenv( 'WP_ENVIRONMENT_TYPE' );
    10291029        }
Note: See TracChangeset for help on using the changeset viewer.