Make WordPress Core


Ignore:
Timestamp:
02/19/2016 11:41:43 PM (9 years ago)
Author:
rachelbaker
Message:

Docs: Add missing @since and @access tags to get_curies method and filter from r36533

See #34729, #32246.

File:
1 edited

Legend:

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

    r36533 r36593  
    261261     * Get the CURIEs (compact URIs) used for relations.
    262262     *
     263     * @since 4.5.0
     264     * @access public
     265     *
    263266     * @return array
    264267     */
     
    293296         * correctly, so adding new CURIEs may break backwards compatibility.
    294297         *
     298         * @since 4.5.0
     299         *
    295300         * @param array $additional Additional CURIEs to register with the API.
    296301         */
Note: See TracChangeset for help on using the changeset viewer.