From df256f9feee6664dbdae38010132439bf6239f63 Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Tue, 27 Dec 2016 18:04:43 +0000 Subject: [PATCH] REST API: Remove errant annotation from `test_get_items_pagination_headers()` method. Removes the debugging group notation left in the `WP_Test_REST_Users_Controller` and `WP_Test_REST_Posts_Controller` classes pagination headers method. Introduced in [38832]. Props sanket.parmar. Fixes #39398. Built from https://develop.svn.wordpress.org/trunk@39643 git-svn-id: http://core.svn.wordpress.org/trunk@39583 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 5545175d38..5ef50652b4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39640'; +$wp_version = '4.8-alpha-39643'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.