HI I used the above method and it doesn’t work for me. I created a child theme, named it Catch Adaptive Child theme.
Then I copied the comments.php file there.
in the child theme I changed the last but one line:
<?php comment_form(); ?>
to proposed:
<?php comment_form(array(
‘title_reply’ = ‘Leave a Reply’,
‘title_reply_to’ = ‘Leave a Reply to %s’,
)); ?>
On the site I still have ‘Leave a reply’
Can you help me? What I’m doing wrong?