From 84de4937b174b896ba97fe9140e6f0facc6c1e52 Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Mon, 10 Oct 2016 21:51:08 +0000 Subject: [PATCH] REST API: Remove reference to the plugin in infrastructure activation test. Also adds class exists checks for WP_REST_Request and WP_REST_Response. Props kraftbj. Fixes #38279. Built from https://develop.svn.wordpress.org/trunk@38771 git-svn-id: http://core.svn.wordpress.org/trunk@38714 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 2c78bbe2ff..cc5fc63f3f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38770'; +$wp_version = '4.7-alpha-38771'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.