Make WordPress Core


Ignore:
Timestamp:
10/04/2019 10:18:11 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $comment global.

Props immeet94, mukesh27.
Fixes #46928. See #47110.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r46349 r46391  
    13081308 * @global wpdb       $wpdb             WordPress database abstraction object.
    13091309 * @global int        $id
    1310  * @global WP_Comment $comment
     1310 * @global WP_Comment $comment          Global comment object.
    13111311 * @global string     $user_login
    13121312 * @global int        $user_ID
     
    19231923 * @since 2.7.0
    19241924 *
    1925  * @global WP_Comment $comment Current comment.
     1925 * @global WP_Comment $comment Global comment object.
    19261926 *
    19271927 * @param string $noreplytext  Optional. Text to display when not replying to a comment.
Note: See TracChangeset for help on using the changeset viewer.