From a95e9a91da9afae90c8a4f28e6ff56878d3a84c8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 21 Sep 2020 13:27:02 +0000 Subject: [PATCH] Tests: Convert a few more `function_exists()` and `extension_loaded()` checks to `@requires` annotations. This better utilizes the PHPUnit native functionality. Follow-up to [49024]. See #50639, #50640. Built from https://develop.svn.wordpress.org/trunk@49025 git-svn-id: http://core.svn.wordpress.org/trunk@48787 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 f05ce458d8..afd6df4cef 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49024'; +$wp_version = '5.6-alpha-49025'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.