From 1032bc67751aaf0c665cc1d6d7715b8782845491 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 9 Nov 2015 02:56:25 +0000 Subject: [PATCH] Customize: Fix broken unit test for `WP_Customize_Nav_Menu_Item_Setting::value_as_wp_post_nav_menu_item()`. Fixes issue in [35580] which caused unit tests to fail while run under multisite. Fixes #32812. Built from https://develop.svn.wordpress.org/trunk@35583 git-svn-id: http://core.svn.wordpress.org/trunk@35547 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 5690b02fdc..4ee3c86635 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35582'; +$wp_version = '4.4-beta3-35583'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.