From 773ed4a36c7a02fe649a0ebf7257c192a803ee4b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 02:45:15 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `wp_get_comment_fields_max_lengths()`, introduced in [36514]. See #10377. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36920 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 f9d8eec9f3..2615e20f00 100644 --- a/src/wp-includes/comment.php +++ b/src/wp-includes/comment.php @@ -972,7 +972,7 @@ function get_page_of_comment( $comment_ID, $args = array() ) { } /** - * Get the maximum character lengths for the comment form fields. + * Retrieves the maximum character lengths for the comment form fields. * * @since 4.5.0 *