Skip to content

Commit 9d40521

Browse files
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
1 parent bcb59bf commit 9d40521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ function wp_check_comment_data_max_lengths( $comment_data ) {
12601260
*
12611261
* @param array $comment_data Array of arguments for inserting a comment.
12621262
* @return int|string|WP_Error The approval status on success (0|1|'spam'|'trash'),
1263-
* WP_Error otherwise.
1263+
* WP_Error otherwise.
12641264
*/
12651265
function wp_check_comment_data( $comment_data ) {
12661266
global $wpdb;

0 commit comments

Comments
 (0)