WordPress/wp-includes/rest-api
Sergey Biryukov c26f1c5d90 Taxonomy: Fix deprecated calls to get_terms().
The taxonomy should be passed as part of `$args`, rather than as its own argument.

Props sgastard, mukesh27, SergeyBiryukov.
Fixes #47819.
Built from https://develop.svn.wordpress.org/trunk@45723


git-svn-id: http://core.svn.wordpress.org/trunk@45534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-08-03 03:35:56 +00:00
..
endpoints Taxonomy: Fix deprecated calls to get_terms(). 2019-08-03 03:35:56 +00:00
fields REST API: Make "Could not update meta value in database" error messages more helpful. 2019-07-26 13:20:56 +00:00
search Docs: Add missing @see tag to WP_REST_Post_Search_Handler DocBlock. 2019-05-14 15:00:07 +00:00
class-wp-rest-request.php Code Modernisation: Fix known instances of array access on data types that can't be accessed as arrays. 2019-07-15 06:25:57 +00:00
class-wp-rest-response.php Docs: Correct and improve various inline documentation. 2018-08-27 14:28:26 +00:00
class-wp-rest-server.php REST API: Pass current request object to rest_authentication_errors filter in WP_REST_Server::check_authentication(). 2019-07-27 13:44:57 +00:00