From 21142e72796b8d374cae61778fac70ac6c823d61 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 14 Sep 2024 21:31:15 +0000 Subject: [PATCH] Tests: Add tests to ensure that the `WP_Network::$blog_id` property is a string. Follow-up to [34097], [36340], [37657], [37870], [37871], [59020]. Fixes #62035. Built from https://develop.svn.wordpress.org/trunk@59021 git-svn-id: http://core.svn.wordpress.org/trunk@58417 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 4e9f3aea4b..a25909df64 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59020'; +$wp_version = '6.7-alpha-59021'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.