Question: I have some issues with my reCapcha on my WordPress site, how to fix it. It was just find before the update.
Answer: Here is hor you can fix it:
// To fix the problem, find line 40 in recpatchalib.php and replace: define("RECAPTCHA_VERIFY_SERVER", "www.google.com"); // With this: define("RECAPTCHA_VERIFY_SERVER", gethostbyname("www.google.com"));