Make WordPress Core


Ignore:
Timestamp:
07/17/2018 04:15:03 PM (7 years ago)
Author:
SergeyBiryukov
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.
Merges [43463] to the 4.9 branch.
Fixes #44287.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php

    r43445 r43490  
    17501750     * Get the link relations available for the post and current user.
    17511751     *
    1752      * @since 4.9.7
     1752     * @since 4.9.8
    17531753     *
    17541754     * @param WP_Post $post Post object.
     
    21532153     * Retrieve Link Description Objects that should be added to the Schema for the posts collection.
    21542154     *
    2155      * @since 4.9.7
     2155     * @since 4.9.8
    21562156     *
    21572157     * @return array
Note: See TracChangeset for help on using the changeset viewer.