From 5427baed55a60b76bbdda55e3a38184e77bd4155 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 28 Dec 2018 13:41:23 +0000 Subject: [PATCH] Update `since` annotation on `allow_empty_comment` hook. Originally introduced in [42661]. Fixes #16979. git-svn-id: https://develop.svn.wordpress.org/trunk@44364 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php index 06200213a4..e95d395cce 100644 --- a/src/wp-includes/comment.php +++ b/src/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().