WordPress/wp-includes/rest-api/endpoints
Rachel Baker b13da6ae73 REST API: Add missing sanitization callback for the hide_empty parameter of the Terms Controller.
Fixes a bug where the boolean parameter `hide_empty` was not being properly sanitized in the Terms controller.

Props websupporter.
Fixes #38465.
Built from https://develop.svn.wordpress.org/trunk@38942


git-svn-id: http://core.svn.wordpress.org/trunk@38885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-26 02:29:30 +00:00
..
class-wp-rest-attachments-controller.php
class-wp-rest-comments-controller.php
class-wp-rest-controller.php
class-wp-rest-post-statuses-controller.php
class-wp-rest-post-types-controller.php
class-wp-rest-posts-controller.php REST API: Validate posts status enum 2016-10-25 17:13:28 +00:00
class-wp-rest-revisions-controller.php
class-wp-rest-settings-controller.php
class-wp-rest-taxonomies-controller.php
class-wp-rest-terms-controller.php REST API: Add missing sanitization callback for the hide_empty parameter of the Terms Controller. 2016-10-26 02:29:30 +00:00
class-wp-rest-users-controller.php