Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/class-wp-rest-server.php

    r52080 r52204  
    13981398
    13991399            /**
    1400              * Filters the REST API endpoint data.
     1400             * Filters the publicly-visible data for a single REST API route.
    14011401             *
    14021402             * @since 4.4.0
    14031403             *
    1404              * @param WP_REST_Request $request Request data. The namespace is passed as the 'namespace' parameter.
     1404             * @param array $data Publicly-visible data for the route.
    14051405             */
    14061406            $available[ $route ] = apply_filters( 'rest_endpoints_description', $data );
Note: See TracChangeset for help on using the changeset viewer.