From f665e823a53f6b4205f37ff4e3222aacac3ed456 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 2 Jul 2020 18:23:04 +0000 Subject: [PATCH] Tests: Further fix some issues with indeterminate sort ordering in `Tests_List_Pages`: * Make sure `test_wp_list_pages_number()` sorts by ID, as there are several pages with the same title. * Limit `test_wp_list_pages_sort_column()` to one level, as the child page fixtures don't have an author and cannot be reliably sorted by `post_author`. Follow-up to [48157]. Props afercia. See #50466. Built from https://develop.svn.wordpress.org/trunk@48280 git-svn-id: http://core.svn.wordpress.org/trunk@48049 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 963294ad36..4e3eba8dd2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48279'; +$wp_version = '5.5-alpha-48280'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.