WordPress/wp-includes/rest-api
Mark Jaquith 31152de134 REST API: Deliver parameters unadulterated instead of slashed.
We goofed, and parameters accessed through the REST API's methods
were slashed (inconsistently, even). This unslashes the data, so
you get the un-messed-with data that was sent.

Props joehoyle.
Fixes #36419.
Built from https://develop.svn.wordpress.org/trunk@37163


git-svn-id: http://core.svn.wordpress.org/trunk@37130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-04-06 21:02:28 +00:00
..
class-wp-rest-request.php Docs: Improve parameter description syntax in the hook doc for the rest_request_from_url filter, introduced in [36673]. 2016-03-16 16:52:27 +00:00
class-wp-rest-response.php Docs: Use a third-person singular verb in the DocBlock summary for WP_REST_Response::get_curies(), introduced in [36533]. 2016-03-16 16:54:26 +00:00
class-wp-rest-server.php REST API: Deliver parameters unadulterated instead of slashed. 2016-04-06 21:02:28 +00:00