diff --git a/wp-includes/comment.php b/wp-includes/comment.php index b53120ea1a..92743b5ddc 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -1821,8 +1821,8 @@ function wp_transition_comment_status( $new_status, $old_status, $comment ) { * * @since 2.7.0 * - * @param int|string $new_status The new comment status. - * @param int|string $old_status The old comment status. + * @param string $new_status The new comment status. + * @param string $old_status The old comment status. * @param WP_Comment $comment Comment object. */ do_action( 'transition_comment_status', $new_status, $old_status, $comment ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 1c53a575df..e6b02eb2c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59870'; +$wp_version = '6.8-alpha-59871'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.