the example that shows is using the wp_list_comments()…
I tried using ` <?php comment_reply_link(array_merge( $args, array(‘depth’ => $depth, ‘max_depth’ => $args[‘max_depth’]))) ?>
` but this throws and error because (I think) $args is defined somewhere in the wp_list_comments and I’m not using that.