From 012f50f5650c119082da97bdd4555edad491cafe Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 3 Nov 2021 00:49:58 +0000 Subject: [PATCH] Tests: Split `WP_Posts_List_Table` and `WP_Comments_List_Table` tests into two separate files for clarity. These were previously combined in the `includesListTable.php` file. Since the tests were specific neither to the `_get_list_table()` function nor the parent `WP_List_Table` class, the naming was confusing, which should now be resolved. Follow-up to [31730], [38854], [40297], [48151], [48521], [49190], [51993]. See #53363. Built from https://develop.svn.wordpress.org/trunk@51997 git-svn-id: http://core.svn.wordpress.org/trunk@51586 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 d217845856..a6b90aa622 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51996'; +$wp_version = '5.9-alpha-51997'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.