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
This commit is contained in:
parent
e215ca23f4
commit
7a6f53d917
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* REST API: WP_HTTP_Response class
|
||||
* HTTP API: WP_HTTP_Response class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage REST_API
|
||||
* @subpackage HTTP
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user