diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 06200213a4..e95d395cce 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -3246,7 +3246,7 @@ function wp_handle_comment_submission( $comment_data ) { /** * Filters whether an empty comment should be allowed. * - * @since 5.0.0 + * @since 5.1.0 * * @param bool $allow_empty_comment Whether to allow empty comments. Default false. * @param array $commentdata Array of comment data to be sent to wp_insert_comment(). diff --git a/wp-includes/version.php b/wp-includes/version.php index 33f1397b29..d1aa055b06 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44363'; +$wp_version = '5.1-alpha-44364'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.