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
This commit is contained in:
Drew Jaynes 2016-03-10 02:45:15 +00:00
parent a982b5462c
commit 773ed4a36c
1 changed files with 1 additions and 1 deletions

View File

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