Add class to login form

Also, formatting;

Per new Woo template files.
This commit is contained in:
Unknown 2018-03-22 14:13:44 -06:00 committed by zachary
parent ffd04f2f51
commit e254b1400f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if ( is_user_logged_in() ) {
}
?>
<form method="post" class="login" <?php if ( $hidden ) echo 'style="display:none;"'; ?>>
<form class="woocommerce-form woocommerce-form-login login" method="post" <?php echo ( $hidden ) ? 'style="display:none;"' : ''; ?>>
<?php do_action( 'woocommerce_login_form_start' ); ?>