diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 29b2c21218..df0416fef8 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -283,6 +283,7 @@ function get_default_comment_status( $post_type = 'post', $comment_type = 'comme default: $supports = 'comments'; $option = 'comment'; + break; } // Set the status. diff --git a/wp-includes/version.php b/wp-includes/version.php index 38c69f7f79..5d0fe56281 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46226'; +$wp_version = '5.3-alpha-46227'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.