mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-15 18:14:26 +00:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user