Remove excessive blank lines

This commit is contained in:
IanDelMar 2022-09-14 20:25:51 +02:00
parent 368cb1ebe7
commit 98236c70a4
1 changed files with 0 additions and 7 deletions

View File

@ -18,12 +18,6 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
if ( is_user_logged_in() ) {
return;
}
@ -54,7 +48,6 @@ if ( is_user_logged_in() ) {
<?php wp_nonce_field( 'woocommerce-login', 'woocommerce-login-nonce' ); ?>
<input type="hidden" name="redirect" value="<?php echo esc_url( $redirect ); ?>" />
<button type="submit" class="btn btn-outline-primary" name="login" value="<?php esc_attr_e( 'Login', 'woocommerce' ); ?>"><?php esc_html_e( 'Login', 'woocommerce' ); ?></button>
</p>
<p class="lost_password">
<a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php esc_html_e( 'Lost your password?', 'woocommerce' ); ?></a>