diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php index c2d9e87635..7908257c3e 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php @@ -1196,8 +1196,8 @@ class WP_REST_Comments_Controller extends WP_REST_Controller { $rest_url = add_query_arg( $args, rest_url( $this->namespace . '/' . $this->rest_base ) ); $links['children'] = array( - 'href' => $rest_url, - 'embedded' => true, + 'href' => $rest_url, + 'embeddable' => true, ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 2bb6e23f62..63852870de 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-53138'; +$wp_version = '6.0-alpha-53139'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.