diff --git a/wp-includes/rest-api/class-wp-rest-server.php b/wp-includes/rest-api/class-wp-rest-server.php index bb5912a779..2eae390fea 100644 --- a/wp-includes/rest-api/class-wp-rest-server.php +++ b/wp-includes/rest-api/class-wp-rest-server.php @@ -506,8 +506,7 @@ class WP_REST_Server { * * @since 4.4.0 * - * @param bool $served Whether the request has already been served. - * Default false. + * @param bool $served Whether the request has already been served. Default false. * @param WP_HTTP_Response $result Result to send to the client. Usually a `WP_REST_Response`. * @param WP_REST_Request $request Request used to generate the response. * @param WP_REST_Server $server Server instance. diff --git a/wp-includes/version.php b/wp-includes/version.php index 93c9702d5e..18a1888e6a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61427'; +$wp_version = '7.0-alpha-61428'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.