Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:41:26 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-comment.php

    r46084 r46823  
    173173     * @since 4.3.0
    174174     *
    175      * @param string $html    Output HTML to display miscellaneous action.
    176      * @param object $comment Current comment object.
     175     * @param string     $html    Output HTML to display miscellaneous action.
     176     * @param WP_Comment $comment Current comment object.
    177177     */
    178178    echo apply_filters( 'edit_comment_misc_actions', '', $comment );
Note: See TracChangeset for help on using the changeset viewer.