Make WordPress Core


Ignore:
Timestamp:
07/01/2021 06:49:30 PM (3 years ago)
Author:
desrosj
Message:

Docs: Correct documentation for rest_{$post_type}_query and rest_{$taxonomy}_query` filters.

Synchronize documentation for related rest_{$object_type}_query filters for consistency.

Props dlh.
Merges [51293] to the 5.8 branch.
Fixes #53568.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php

    r51000 r51295  
    234234
    235235        /**
    236          * Filters get_terms() arguments when querying users via the REST API.
     236         * Filters get_terms() arguments when querying terms via the REST API.
    237237         *
    238238         * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug.
     
    250250         * @link https://developer.wordpress.org/reference/functions/get_terms/
    251251         *
    252          * @param array           $prepared_args Array of arguments to be
    253          *                                       passed to get_terms().
     252         * @param array           $prepared_args Array of arguments for get_terms().
    254253         * @param WP_REST_Request $request       The REST API request.
    255254         */
Note: See TracChangeset for help on using the changeset viewer.