After [34953], unbreak WordPress.

See [34930], #33982.


git-svn-id: https://develop.svn.wordpress.org/trunk@34954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-10-08 19:28:14 +00:00
parent 7a6f53d917
commit 26aeb0f9bc
2 changed files with 3 additions and 3 deletions

View File

@ -30,3 +30,6 @@ require_once( ABSPATH . WPINC . '/class-wp-http-cookie.php' );
/** WP_Http_Encoding class */
require_once( ABSPATH . WPINC . '/class-wp-http-encoding.php' );
/** WP_HTTP_Response class */
require_once( ABSPATH . WPINC . '/class-wp-http-response.php' );

View File

@ -16,9 +16,6 @@ define( 'REST_API_VERSION', '2.0' );
/** WP_REST_Server class */
require_once( ABSPATH . WPINC . '/rest-api/class-wp-rest-server.php' );
/** WP_HTTP_Response class */
require_once( ABSPATH . WPINC . '/rest-api/class-wp-http-response.php' );
/** WP_REST_Response class */
require_once( ABSPATH . WPINC . '/rest-api/class-wp-rest-response.php' );