I'm trying to remove the link "Leave a Reply" that shows underneath the extract of content returned by carrying out a search.
An example can be seen on this page -
http://magicalwonders.com/blog/?s=Paul&search=SearchI'm not 100% sure, but I think the link is being referenced in functions.php I can't find it anywhere else.
There are two instances of it though as in the code below, and I'm not sure which one to comment out?
'title_reply' => __( 'Leave a Reply',CURRENT_THEME ),
'title_reply_to' => __( 'Leave a Reply to %s',CURRENT_THEME ),
Hopefully someone can advise?