From 33346784dc7b7b0f3102cc51ba4e36ea248c5786 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 Mar 2023 16:14:22 +0000 Subject: [PATCH] Tests: Move `wp_dropdown_pages()` tests to their own file. This aims to make the tests more discoverable and easier to expand. Includes removing a basic test hidden among `get_pages()` tests, as there is already a more comprehensive set of tests available. Follow-up to [1279/tests], [28399], [31338]. See #57841. Built from https://develop.svn.wordpress.org/trunk@55590 git-svn-id: http://core.svn.wordpress.org/trunk@55102 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 7e5e313399..5a7f0cb5b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55589'; +$wp_version = '6.3-alpha-55590'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.