I had the same problem. Washerhelp’s solution worked for me. Thank you!
Note: I had a different line of code in my comments.php file that needed replacing. It took me a while to find, but it turned out to be:
<div id="respond">
Replacing it with: <a name="respond" id="respond"> </a>
worked like a charm.
I had the same problem. Washerhelp’s solution worked for me. Thank you!
Note: I had a different line of code in my comments.php file that needed replacing. It took me a while to find because I was looking for the:
But instead it turned out to be:
<div id=”respond”>
Replacing it with: ‘ ‘
worked like a charm.