From 5981dd3107452e2592c77903a1fdfc59631caa69 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 25 Oct 2016 19:34:30 +0000 Subject: [PATCH] REST API: Adjust `test_get_items_invalid_status_param_is_discarded()` after [38911]. Previously, if an invalid post status was assigned to a media object, the object would be returned with an unchanged status. After [38911], an error response is returned. The assertion in test_get_items_invalid_status_param_is_discarded() needs to be updated to account for the expected error response. The test name has been changed to `test_get_items_invalid_status_param_is_error_response()`. Fixes #38417. Built from https://develop.svn.wordpress.org/trunk@38917 git-svn-id: http://core.svn.wordpress.org/trunk@38860 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 61e8c316e4..05f2320fba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38916'; +$wp_version = '4.7-alpha-38917'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.