From e855a6f289ede9a5800686d049f9f9faa5e68677 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Fri, 6 Oct 2023 17:03:18 +0000 Subject: [PATCH] Options, Meta APIs: Add test coverage for `update_network_option()` comparison of new and existing value. Having those tests in `trunk` already will help ensure potential future fixes to this logic maintain backward compatibility. Props mukesh27, spacedmonkey. See #59360. Built from https://develop.svn.wordpress.org/trunk@56797 git-svn-id: http://core.svn.wordpress.org/trunk@56309 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 27adccf91e..2ef2852efd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56796'; +$wp_version = '6.4-beta2-56797'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.