Make WordPress Core


Ignore:
Timestamp:
03/01/2020 10:36:38 AM (7 years ago)
Author:
johnbillion
Message:

Docs: Use more specific types in parameter descriptions in place of mixed.

See #48303.

File:
1 edited

Legend:

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

    r47324 r47397  
    214214         * @since 2.3.0
    215215         *
    216          * @param mixed $_comment Comment data.
     216         * @param WP_Comment $_comment Comment data.
    217217         */
    218218        $_comment = apply_filters( 'get_comment', $_comment );
Note: See TracChangeset for help on using the changeset viewer.