mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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. Built from https://develop.svn.wordpress.org/trunk@43463 git-svn-id: http://core.svn.wordpress.org/trunk@43290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
17899c1932
commit
c173331dc4
@ -1757,7 +1757,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
|
||||
/**
|
||||
* Get the link relations available for the post and current user.
|
||||
*
|
||||
* @since 4.9.7
|
||||
* @since 4.9.8
|
||||
*
|
||||
* @param WP_Post $post Post object.
|
||||
* @param WP_REST_Request Request object.
|
||||
@ -2160,7 +2160,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
|
||||
/**
|
||||
* Retrieve Link Description Objects that should be added to the Schema for the posts collection.
|
||||
*
|
||||
* @since 4.9.7
|
||||
* @since 4.9.8
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43462';
|
||||
$wp_version = '5.0-alpha-43463';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user