Hello,
I have Wordpress 3.0 installation with Atahualpa 3.5.1 theme. I installed WP-reCAPTCHA plugin and while testing I noticed minor deficiency, if I enter wrong CAPTCHA answer comment content will be wiped out, that is not very nice if someone writes a lengthy comment and then fails CAPTCHA. Name, email and website inputs are not cleared.
Any ideas how this could be fixed?
I already tried adding <?php echo $comment_content; ?> on atahualpa/comments.php line 166 between <textarea name="comment" id="comment"..></textarea> but it is not working.