I'm using the Pure II theme by Dannci and have found that, on the comments section, I cannot remove the 'Reply' button.
The section/script which contains this is 'functions.php' :
<?php comment_reply_link(array_merge( $args, array('reply_text' => '(Reply)', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
But everytime I amend this line nothing happens. I even removed it entirely and the button is still there ( see: http://www.tirwin.co.uk/katierobertson/showcase )
Has anyone come across this before? Anyone able to take a wee look?