Ticket #19581: 19581.2.diff
| File 19581.2.diff, 641 bytes (added by , 12 years ago) |
|---|
-
wp-includes/comment-template.php
1918 1918 1919 1919 $r = wp_parse_args( $args, $defaults ); 1920 1920 1921 /** 1922 * Filter the arguments used in retrieving the comment list. 1923 * 1924 * @since 4.0.0 1925 * 1926 * @param array $r An array of arguments for displaying comments. 1927 */ 1928 $r = apply_filters( 'wp_list_comments_args', $r ); 1929 1921 1930 // Figure out what comments we'll be looping through ($_comments) 1922 1931 if ( null !== $comments ) { 1923 1932 $comments = (array) $comments;