<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>