Ok. It seems that following lines had something to do with this. It was the additional “do_action” which was the problem.
<?php
/**
* Fires following the ‘E-mail’ field in the user registration form.
*
* @since 2.1.0
*/
do_action( ‘register_form’ );
?>
After removing above, everything came back to normal.
I have the same problem…
Did you find a solution?
Does anybody know how to fix this?
I checked wp-login.php and it is not there…