Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

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

    r46391 r46596  
    19921992 *     @type bool   $echo              Whether to echo the output or return it. Default true.
    19931993 * }
    1994  * @param array $comments Optional. Array of WP_Comment objects.
     1994 * @param WP_Comment[] $comments Optional. Array of WP_Comment objects.
    19951995 */
    19961996function wp_list_comments( $args = array(), $comments = null ) {
Note: See TracChangeset for help on using the changeset viewer.