From 9178c75ac67e98d4ff104167361d357f6ffbfdd3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Sep 2024 19:17:13 +0000 Subject: [PATCH] Build/Test Tools: Only require the WordPress Importer plugin when running core tests. This allows other users of the WordPress unit test suite framework to run their own unit tests without needing the WordPress Importer plugin, which should only be a requirement if running core tests. Follow-up to [59085]. Props bjorsch. Fixes #62106. Built from https://develop.svn.wordpress.org/trunk@59086 git-svn-id: http://core.svn.wordpress.org/trunk@58482 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 31da52324b..dc9d688958 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59085'; +$wp_version = '6.7-alpha-59086'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.