<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 { ?>
- <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 } ?>
+ <?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 { ?>
+ Please log in with your <?php echo $glmAssociateTerms['term_member']; ?> username and password.
+ <br>If you need assistance, email (xxxxx@yyyy.zzz) or call (###-###-####)
+ <?php } ?>
</p>
</div>
<div id='glm-member-login-form'>