Make WordPress Core

Changeset 37015


Ignore:
Timestamp:
03/16/2016 04:53:22 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Use a third-person singular verb in the DocBlock summary for WP_REST_Response::get_curies(), introduced in [36533].

Also adds a missing return description.

See #34729. See #35986.

File:
1 edited

Legend:

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

    r36593 r37015  
    259259
    260260    /**
    261      * Get the CURIEs (compact URIs) used for relations.
     261     * Retrieves the CURIEs (compact URIs) used for relations.
    262262     *
    263263     * @since 4.5.0
    264264     * @access public
    265265     *
    266      * @return array
     266     * @return array Compact URIs.
    267267     */
    268268    public function get_curies() {
Note: See TracChangeset for help on using the changeset viewer.