From 3015d1ca442e230ea4550f596d8faf93b38ae1de Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 5 Feb 2022 13:21:01 +0000 Subject: [PATCH] Tests: Rename the test file and class for `wp_get_global_stylesheet()` tests. This matches the name of the function being tested. Follow-up to [52675-52677]. See #54782. Built from https://develop.svn.wordpress.org/trunk@52682 git-svn-id: http://core.svn.wordpress.org/trunk@52271 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 d71480489a..b583541b10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52681'; +$wp_version = '6.0-alpha-52682'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.