blaenk / wp-recaptcha

I gave ownership of this project to Google many years ago
Other
38 stars 16 forks source link

REMOTEADDR should be REMOTE_ADDR + stylesheet on wp_login #73

Open m-7761 opened 5 years ago

m-7761 commented 5 years ago

Two things I noticed in recaptcha.php...

1) REMOTEADDR is often used instead of REMOTE_ADDR. Probably this is not sending the right IP address?

2) It seems like add_action('login_head', array(&$this, 'register_stylesheets')); is missing... unless CSS doesn't matter on the registration page?