diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php index 43a00d660a..c1cc4be2c4 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php +++ b/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php @@ -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 */