' . apply_filters( 'login_messages', $messages ) . "
' . __('Please enter your username or email address. You will receive a link to create a new password via email.') . '
%s', esc_url( wp_registration_url() ), __( 'Register' ) ); echo esc_html( $login_link_separator ); /** This filter is documented in wp-includes/general-template.php */ echo apply_filters( 'register', $registration_url ); endif; ?>
' . __( 'Your password has been reset.' ) . ' ' . __( 'Log in' ) . '
' . __('Enter your new password below.') . '
' . __('You have logged in successfully.') . '