Changeset 43571 for trunk/tests/phpunit/tests/comment/walker.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/walker.php
r42343 r43571 34 34 'walker' => $comment_walker, 35 35 'echo' => false, 36 ), array( $comment_parent, $comment_child ) 36 ), 37 array( $comment_parent, $comment_child ) 37 38 ); 38 39 wp_list_comments( … … 41 42 'walker' => $comment_walker, 42 43 'echo' => false, 43 ), array( $comment_child, $comment_parent ) 44 ), 45 array( $comment_child, $comment_parent ) 44 46 ); 45 47 }
Note: See TracChangeset
for help on using the changeset viewer.