diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 6b722529fc..cde13af806 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -2401,8 +2401,8 @@ function wp_set_comment_status( $comment_id, $comment_status, $wp_error = false $comment = get_comment( $comment_old->comment_ID ); /** - * Fires immediately before transitioning a comment's status from one to another - * in the database. + * Fires immediately after transitioning a comment's status from one to another in the database + * and removing the comment from the object cache, but prior to all status transition hooks. * * @since 1.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index a56ffa81a3..9108bd0402 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49110'; +$wp_version = '5.6-alpha-49111'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.