REST API: Add missing reference to WP_HTTP_Response
See #33982 git-svn-id: https://develop.svn.wordpress.org/trunk@34930 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
007e7b8cd4
commit
1e223ff16b
@ -16,6 +16,9 @@ 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' );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user