From 7a6f53d9171d9b5de98b6849cab3d460c0a7067d Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 8 Oct 2015 19:26:44 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@34953 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/{rest-api => }/class-wp-http-response.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/wp-includes/{rest-api => }/class-wp-http-response.php (98%) diff --git a/src/wp-includes/rest-api/class-wp-http-response.php b/src/wp-includes/class-wp-http-response.php similarity index 98% rename from src/wp-includes/rest-api/class-wp-http-response.php rename to src/wp-includes/class-wp-http-response.php index 2c28f15655..e46b01e080 100644 --- a/src/wp-includes/rest-api/class-wp-http-response.php +++ b/src/wp-includes/class-wp-http-response.php @@ -1,9 +1,9 @@