From 27c5f5f1abe4e4a7479fbd0bac2274e500af3261 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 14 Aug 2020 16:35:06 +0000 Subject: [PATCH] Tests: Consistently unregister custom settings after performing assertions in `WP_Test_REST_Settings_Controller`. This ensures that those settings don't leak to other tests. Props david.binda, TimothyBlynJacobs, SergeyBiryukov. Fixes #50986. Built from https://develop.svn.wordpress.org/trunk@48791 git-svn-id: http://core.svn.wordpress.org/trunk@48553 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 4953bd542e..2e0a90e765 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48790'; +$wp_version = '5.6-alpha-48791'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.