From c756465146c356f2c9248d36be8cc3eeb0d89634 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 8 Oct 2015 19:27:28 +0000 Subject: [PATCH] HTTP/REST API: move `WP_HTTP_Response` to `wp-includes/` with the rest (ha!) of the HTTP classes. This is PHP 5.2, so this class is global, and as per @rmccue, unrelated to REST specifically. See [34930], #33982. Built from https://develop.svn.wordpress.org/trunk@34953 git-svn-id: http://core.svn.wordpress.org/trunk@34918 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/{rest-api => }/class-wp-http-response.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename wp-includes/{rest-api => }/class-wp-http-response.php (98%) diff --git a/wp-includes/rest-api/class-wp-http-response.php b/wp-includes/class-wp-http-response.php similarity index 98% rename from wp-includes/rest-api/class-wp-http-response.php rename to wp-includes/class-wp-http-response.php index 2c28f15655..e46b01e080 100644 --- a/wp-includes/rest-api/class-wp-http-response.php +++ b/wp-includes/class-wp-http-response.php @@ -1,9 +1,9 @@