From 9d40521059def6d081c1efa109d89bcc5b19be42 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 24 Feb 2025 06:34:09 +0000 Subject: [PATCH] Docs: Correct DocBlock formatting for `wp_check_comment_data()`. Follow-up to [59319]. See #62281. git-svn-id: https://develop.svn.wordpress.org/trunk@59863 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 1a1845189e..830272cf34 100644 --- a/src/wp-includes/comment.php +++ b/src/wp-includes/comment.php @@ -1260,7 +1260,7 @@ function wp_check_comment_data_max_lengths( $comment_data ) { * * @param array $comment_data Array of arguments for inserting a comment. * @return int|string|WP_Error The approval status on success (0|1|'spam'|'trash'), - * WP_Error otherwise. + * WP_Error otherwise. */ function wp_check_comment_data( $comment_data ) { global $wpdb;