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/wp-mail-real-test.php

    r47198 r54663  
    6060$original_wpdb = $GLOBALS['wpdb'];
    6161
    62 // Hide warnings during testing, since that's the normal WP behaviour.
     62// Hide warnings during testing, since that's the normal WP behavior.
    6363if ( ! WP_DEBUG ) {
    6464    error_reporting( E_ALL ^ E_NOTICE );
Note: See TracChangeset for help on using the changeset viewer.