Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:57:29 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php

    r49610 r49790  
    234234
    235235                /**
    236                  * Filters the query arguments before passing them to get_terms().
     236                 * Filters get_terms() arguments when querying users via the REST API.
    237237                 *
    238238                 * The dynamic portion of the hook name, `$this->taxonomy`, refers to the taxonomy slug.
     
    247247                 * @param array           $prepared_args Array of arguments to be
    248248                 *                                       passed to get_terms().
    249                  * @param WP_REST_Request $request       The current request.
     249                 * @param WP_REST_Request $request       The REST API request.
    250250                 */
    251251                $prepared_args = apply_filters( "rest_{$this->taxonomy}_query", $prepared_args, $request );
Note: See TracChangeset for help on using the changeset viewer.