From fa266b47245fa5281e10dbece01f113c04bf1d31 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Wed, 7 Feb 2018 20:49:26 +0000 Subject: [PATCH] Improve parameter description for 'allow_empty_comments'. Introduced in [42661]. Props swissspidy. See #16979. git-svn-id: https://develop.svn.wordpress.org/trunk@42662 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 e2c5ccbd3c..e9c7457d5e 100644 --- a/src/wp-includes/comment.php +++ b/src/wp-includes/comment.php @@ -3238,7 +3238,7 @@ function wp_handle_comment_submission( $comment_data ) { * * @since 5.0.0 * - * @param bool $allow_empty_comment Default false. + * @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(). */ $allow_empty_comment = apply_filters( 'allow_empty_comment', false, $commentdata );