WordPress/wp-includes/rest-api
Ryan McCue 7ce9772866 REST API: Mark WP_REST_Server::get_raw_data as static.
This is just a utility function for getting the request body, not
tied to the server class.

Fixes #34768.

Built from https://develop.svn.wordpress.org/trunk@35741


git-svn-id: http://core.svn.wordpress.org/trunk@35705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-11-25 22:22:25 +00:00
..
class-wp-rest-request.php REST API: Use correct @access tag for WP_REST_Request->get_parameter_order(). 2015-11-11 19:39:25 +00:00
class-wp-rest-response.php Update WP_REST_Response::as_error() to handle the new format error responses introduced in [35653]. 2015-11-18 18:29:26 +00:00
class-wp-rest-server.php REST API: Mark WP_REST_Server::get_raw_data as static. 2015-11-25 22:22:25 +00:00