Skip to content

Commit 4a00fd7

Browse files
Docs: Correct DocBlock formatting for wp_check_comment_disallowed_list().
Follow-up to [6553], [48121], [48575]. See #62281. git-svn-id: https://develop.svn.wordpress.org/trunk@59864 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9d40521 commit 4a00fd7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/wp-includes/comment.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,13 +1325,13 @@ function wp_check_comment_data( $comment_data ) {
13251325
*
13261326
* @since 5.5.0
13271327
*
1328-
* @param string $author The author of the comment
1329-
* @param string $email The email of the comment
1330-
* @param string $url The url used in the comment
1331-
* @param string $comment The comment content
1332-
* @param string $user_ip The comment author's IP address
1333-
* @param string $user_agent The author's browser user agent
1334-
* @return bool True if comment contains disallowed content, false if comment does not
1328+
* @param string $author The author of the comment.
1329+
* @param string $email The email of the comment.
1330+
* @param string $url The url used in the comment.
1331+
* @param string $comment The comment content.
1332+
* @param string $user_ip The comment author's IP address.
1333+
* @param string $user_agent The author's browser user agent.
1334+
* @return bool True if the comment contains disallowed content, false otherwise.
13351335
*/
13361336
function wp_check_comment_disallowed_list( $author, $email, $url, $comment, $user_ip, $user_agent ) {
13371337
/**

0 commit comments

Comments
 (0)