Changeset 46596 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r46391 r46596 1992 1992 * @type bool $echo Whether to echo the output or return it. Default true. 1993 1993 * } 1994 * @param array$comments Optional. Array of WP_Comment objects.1994 * @param WP_Comment[] $comments Optional. Array of WP_Comment objects. 1995 1995 */ 1996 1996 function wp_list_comments( $args = array(), $comments = null ) {
Note: See TracChangeset
for help on using the changeset viewer.