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/admin/wpPostsListTable.php

    r54215 r54663  
    226226        );
    227227
    228         // Mimic the behaviour of `wp_edit_posts_query()`:
     228        // Mimic the behavior of `wp_edit_posts_query()`:
    229229        if ( ! isset( $args['orderby'] ) ) {
    230230            $args['orderby']                = 'menu_order title';
Note: See TracChangeset for help on using the changeset viewer.