From d37081cac2c5abd830ae76af407a29d2a2bf1097 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 18 Dec 2021 21:10:03 +0000 Subject: [PATCH] Tests: Move the tests for theme features that block themes should support by default to a more appropriate place. As these tests are intended for the `_add_default_theme_supports()` function rather than `WP_Theme` class methods, the `tests/theme.php` file is a more logical place for them than `tests/theme/wpTheme.php`. Follow-up to [52369], [52383]. See #54597. Built from https://develop.svn.wordpress.org/trunk@52386 git-svn-id: http://core.svn.wordpress.org/trunk@51978 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 8da7f54e60..7619fbf340 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52385'; +$wp_version = '5.9-beta3-52386'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.