From 09d7cacc6b169355716ffe5c0c8d0b9e66f851f9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 25 Feb 2021 11:12:07 +0000 Subject: [PATCH] Tests: Reset current screen after setting it to `dashboard` in `add_submenu_page()` tests. This avoids polluting other tests and allows the `ms-excluded` test group to successfully run on its own. Props johnbillion, SergeyBiryukov. See #52607. Built from https://develop.svn.wordpress.org/trunk@50433 git-svn-id: http://core.svn.wordpress.org/trunk@50044 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 077c30862f..9785db73f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50432'; +$wp_version = '5.8-alpha-50433'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.