From 6a94e7236929169f357b43467d4c25ca4bfe5f38 Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Thu, 20 Oct 2016 05:13:29 +0000 Subject: [PATCH] REST API: Fix test failures. - Fix leak in setup_notify_comment() test help by removing the comment_flood_filter. - Correct uses of $term_taxonomy_id -> $term_id in Category and Tags routing. - Temporarily remove the metadata tests for canola.jpg as that file does not have an exifdata. Will need to update the test. Props jorbin, rmccue, nacin See #38373. Built from https://develop.svn.wordpress.org/trunk@38834 git-svn-id: http://core.svn.wordpress.org/trunk@38777 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 6f44a2de03..ee2dcefed2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38833'; +$wp_version = '4.7-alpha-38834'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.