From d6a1a9655c346973783f1be7d7fdc6377ffce92b Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Wed, 30 Sep 2015 13:28:26 +0000 Subject: [PATCH] Fix db_version juggling during non-multisite tests. Continuing with the "code is poetry" theme after [34719], we need to continue to update the option in the database on non-multisite in this `wp_insert_term()` test. See #31130. Built from https://develop.svn.wordpress.org/trunk@34720 git-svn-id: http://core.svn.wordpress.org/trunk@34684 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 e7deb5d3a67..8a73dd98c90 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34719'; +$wp_version = '4.4-alpha-34720'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.