Changeset 28285
- Timestamp:
- 05/06/2014 11:57:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r28083 r28285 1918 1918 1919 1919 $r = wp_parse_args( $args, $defaults ); 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 ); 1920 1929 1921 1930 // Figure out what comments we'll be looping through ($_comments)
Note: See TracChangeset
for help on using the changeset viewer.