diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php index 031bdd1735..d48c03700c 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php @@ -1749,7 +1749,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. @@ -2152,7 +2152,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 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 68dbeec147..f878d01640 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.8-alpha-43489'; +$wp_version = '4.9.8-alpha-43490'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.