From 2eca52eaa40817e7f170d3c2be619709f2d0d90b Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Mon, 1 Jan 2018 02:31:46 +0000 Subject: [PATCH] REST API: Adjust unit testes to expect a 401 status code in error responses from permission callbacks when user is not authenticated. Missed in [42421]. Fixes #42828. Built from https://develop.svn.wordpress.org/trunk@42423 git-svn-id: http://core.svn.wordpress.org/trunk@42254 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 ff31761b40..c5ec4864a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42421'; +$wp_version = '5.0-alpha-42423'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.