Ticket #19581: wp_list_comments_args.diff
| File wp_list_comments_args.diff, 550 bytes (added by greenshady, 17 months ago) |
|---|
-
wp-includes/comment-template.php
1422 1422 'page' => '', 'per_page' => '', 'avatar_size' => 32, 'reverse_top_level' => null, 'reverse_children' => ''); 1423 1423 1424 1424 $r = wp_parse_args( $args, $defaults ); 1425 $r = apply_filters( 'wp_list_comments_args', $r ); 1425 1426 1426 1427 // Figure out what comments we'll be looping through ($_comments) 1427 1428 if ( null !== $comments ) {
