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 c129ef6e13..6f44d1e1b2 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 @@ -1247,7 +1247,7 @@ class WP_REST_Comments_Controller extends WP_REST_Controller { * * @since 4.7.0 * - * @param string|int $comment_approved comment status. + * @param string $comment_approved Comment status. * @return string Comment status. */ protected function prepare_status_response( $comment_approved ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 505b719863..2e09bde4f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59881'; +$wp_version = '6.8-alpha-59882'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.