From a3e45db4ac0507c85bdc889667fa865d64d7fb6e Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 3 Aug 2015 19:28:26 +0000 Subject: [PATCH] Customizer: Add QUnit tests for menus. Props adamsilverstein, westonruter, jorbin. Fixes #32688. Built from https://develop.svn.wordpress.org/trunk@33528 git-svn-id: http://core.svn.wordpress.org/trunk@33495 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 ffe0cce607..e25dc22914 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-RC1-33527'; +$wp_version = '4.3-RC1-33528'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.