Docs: Add missing description for $comment global.

Props immeet94, mukesh27.
Fixes #46928. See #47110.
Built from https://develop.svn.wordpress.org/trunk@46391


git-svn-id: http://core.svn.wordpress.org/trunk@46190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-10-04 22:19:57 +00:00
parent f34db2aa7e
commit d2a48496d2
8 changed files with 9 additions and 9 deletions

View File

@@ -184,7 +184,7 @@ function get_approved_comments( $post_id, $args = array() ) {
*
* @since 2.0.0
*
* @global WP_Comment $comment
* @global WP_Comment $comment Global comment object.
*
* @param WP_Comment|string|int $comment Comment to retrieve.
* @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to