From 6b46336251b20d6b601c3ace43c699066c700210 Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Thu, 20 Oct 2016 05:25:29 +0000 Subject: [PATCH] REST API: Fix comment option leak causing another test failure. Set the 'comment_whitelist' option back to the default when tearing down wpAllowComment tests. See #38373. Built from https://develop.svn.wordpress.org/trunk@38835 git-svn-id: http://core.svn.wordpress.org/trunk@38778 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 ee2dcefed2..e17399355e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38834'; +$wp_version = '4.7-alpha-38835'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.