Make WordPress Core

Changeset 43463


Ignore:
Timestamp:
07/17/2018 07:26:20 AM (7 years ago)
Author:
pento
Message:

REST API: Fix some incorrect @since tags.

[43437] included some new methods, which were incorrectly tagged as being @since 4.9.7. This updates them to 4.9.8.

Props danielbachhuber.
Fixes 44287.

File:
1 edited

Legend:

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

    r43439 r43463  
    17581758     * Get the link relations available for the post and current user.
    17591759     *
    1760      * @since 4.9.7
     1760     * @since 4.9.8
    17611761     *
    17621762     * @param WP_Post $post Post object.
     
    21612161     * Retrieve Link Description Objects that should be added to the Schema for the posts collection.
    21622162     *
    2163      * @since 4.9.7
     2163     * @since 4.9.8
    21642164     *
    21652165     * @return array
Note: See TracChangeset for help on using the changeset viewer.