Docs: Align spelling with American English.

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

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


git-svn-id: https://develop.svn.wordpress.org/trunk@54663 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-10-21 21:10:29 +00:00
parent b2a5db3938
commit 3adb24ff8c
16 changed files with 24 additions and 24 deletions

View File

@@ -225,7 +225,7 @@ class Tests_Admin_wpPostsListTable extends WP_UnitTestCase {
$args
);
// Mimic the behaviour of `wp_edit_posts_query()`:
// Mimic the behavior of `wp_edit_posts_query()`:
if ( ! isset( $args['orderby'] ) ) {
$args['orderby'] = 'menu_order title';
$args['order'] = 'asc';