[Plugin: WP Email Login] Syntax error on line 82 (email-login.php)
-
I just updated this plug-in and it crashed my WP. Seems that there is a syntax error: a missing “)” in /var/www/html/vizbygg/wp-content/plugins/wp-email-login/email-login.php
The code reads:
document.getElementById(‘loginform’).childNodes[1].childNodes[1].childNodes[0].nodeValue = ‘<?php echo esc_js( __(
‘Username or Email’, ’email-login’ ); ?>’;Should be:
document.getElementById(‘loginform’).childNodes[1].childNodes[1].childNodes[0].nodeValue = ‘<?php echo esc_js( __(
‘Username or Email’, ’email-login’ )); ?>’;`
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WP Email Login] Syntax error on line 82 (email-login.php)’ is closed to new replies.