Make WordPress Core


Ignore:
Timestamp:
11/16/2020 11:02:32 AM (6 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to inline docs relating to the REST API.

See #50768

File:
1 edited

Legend:

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

    r47122 r49610  
    263263
    264264                /**
    265                  * Filters extra CURIEs available on API responses.
     265                 * Filters extra CURIEs available on REST API responses.
    266266                 *
    267267                 * CURIEs allow a shortened version of URI relations. This allows a more
     
    285285                 * @since 4.5.0
    286286                 *
    287                  * @param array $additional Additional CURIEs to register with the API.
     287                 * @param array $additional Additional CURIEs to register with the REST API.
    288288                 */
    289289                $additional = apply_filters( 'rest_response_link_curies', array() );
Note: See TracChangeset for help on using the changeset viewer.