<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
<?php comment_reply_link(array_merge( $args, array('reply_text' => 'Answer', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
The default text for this is "reply". I need to change it and im not sure how to.
I would like it to say answer. Thanks for any help
See if that works?