diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 0f0ec67082..8a64a530dc 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -3847,9 +3847,9 @@ function _wp_batch_update_comment_type() { SET comment_type = 'comment' WHERE comment_type = '' ORDER BY comment_ID DESC - LIMIT %d" - ), - $comment_batch_size + LIMIT %d", + $comment_batch_size + ) ); delete_option( $lock_name ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 87a4e8f070..cba387a692 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48226'; +$wp_version = '5.5-alpha-48227'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.