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
This commit is contained in:
Sergey Biryukov 2025-02-24 06:34:09 +00:00
parent bcb59bfb14
commit 9d40521059

View File

@ -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;