wordpress-develop/src/wp-includes/rest-api/endpoints
James Nylen 130adf0dc2 REST API: Improve the rest_*_collection_params filter docs and fix the terms filter.
The `rest_{$taxonomy}_collection_params` filter in 4.7 is incorrectly using
single quotes instead of double quotes, which means it is not working correctly
as a dynamic filter.  This fixes the quotes around the filter name, and also
updates the docblocks for the other 3 similar filters for better conformance to
the documentation standards.

Props shazahm1hotmailcom, JPry, jnylen0.
Fixes #39300.


git-svn-id: https://develop.svn.wordpress.org/trunk@39621 602fd350-edb4-49c9-b593-d223f7449a82
2016-12-20 01:36:47 +00:00
..
class-wp-rest-attachments-controller.php REST API: Add support for filename search in media endpoint. 2016-12-13 14:08:24 +00:00
class-wp-rest-comments-controller.php REST API: Improve the rest_*_collection_params filter docs and fix the terms filter. 2016-12-20 01:36:47 +00:00
class-wp-rest-controller.php REST API: Remove rest_get_post filter and get_post abstraction. 2016-11-08 13:08:49 +00:00
class-wp-rest-post-statuses-controller.php REST API: Update “resource” strings to use the appropriate nouns. 2016-11-23 02:42:00 +00:00
class-wp-rest-post-types-controller.php REST API: Update “resource” strings to use the appropriate nouns. 2016-11-23 02:42:00 +00:00
class-wp-rest-posts-controller.php REST API: Improve the rest_*_collection_params filter docs and fix the terms filter. 2016-12-20 01:36:47 +00:00
class-wp-rest-revisions-controller.php REST API: Merge similar date strings in the revisions and comments controllers. 2016-12-04 20:24:54 +00:00
class-wp-rest-settings-controller.php REST API: Switch to stable version of JSON Schema. 2016-11-03 02:21:48 +00:00
class-wp-rest-taxonomies-controller.php REST API: Update “resource” strings to use the appropriate nouns. 2016-11-23 02:42:00 +00:00
class-wp-rest-terms-controller.php REST API: Improve the rest_*_collection_params filter docs and fix the terms filter. 2016-12-20 01:36:47 +00:00
class-wp-rest-users-controller.php REST API: Improve the rest_*_collection_params filter docs and fix the terms filter. 2016-12-20 01:36:47 +00:00