Fix typo in the global form-login.php

This commit is contained in:
Jesse Ostrander 2017-08-06 12:40:54 -04:00 committed by GitHub
parent 393abc9619
commit e07dae3005
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if ( is_user_logged_in() ) {
}
?>
<form class="woocomerce-form woocommerce-form-login login" method="post" <?php echo ( $hidden ) ? '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' ); ?>