Same as previous commit, but added a BR tag
authorLaury GvR <laury@gaslightmedia.com>
Tue, 7 Jun 2016 17:11:00 +0000 (13:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 7 Jun 2016 17:11:00 +0000 (13:11 -0400)
parts/glm-members-only-login-form.php

index 2f0088b..682fcd0 100644 (file)
@@ -1,14 +1,14 @@
                         <div class="wp_login_error">
+                            <?php $glmAssociateTerms = apply_filters('glm_associate_terms');?>
                             <p id="glm-member-login-notification">
                             <?php if( isset( $_GET['login'] ) && $_GET['login'] == 'failed' ) { ?>
                                 The information you entered is incorrect. Please try again.
                             <?php } 
                             else if( isset( $_GET['login'] ) && $_GET['login'] == 'empty' ) { ?>
                                 Please enter both username and password.
-                            <?php } else { ?>
-                                <?php $glmAssociateTerms = apply_filters('glm_associate_terms');?>
-                                Please log in with your <?php echo $glmAssociateTerms['term_member']; ?> username and password. 
-                                If you need assistance, email (xxxxx@yyyy.zzz) or call (###-###-####)
+                            <?php } else { ?>    
+                            <p>Please log in with your <?php echo $glmAssociateTerms['term_member']; ?> username and password.
+                            <br>If you need assistance, email (xxxxx@yyyy.zzz) or call (###-###-####)</p>
                             <?php } ?>
                             </p>
                         </div>