diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php index b53120ea1a..92743b5ddc 100644 --- a/src/wp-includes/comment.php +++ b/src/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 );