From 50a43f0b71e8b51e37c2fc75d9820a01bae8efa8 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Aug 2016 08:19:19 -0400 Subject: [PATCH] Members only login form uses settings email/phone Updated the members only login form to use settings for the email and phone as set in the admin side. --- header.php | 2 +- parts/glm-members-only-login-form.php | 10 +++++++--- style.css | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/header.php b/header.php index 843feca..14ed095 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/parts/glm-members-only-login-form.php b/parts/glm-members-only-login-form.php index f8cf1fe..424cf90 100644 --- a/parts/glm-members-only-login-form.php +++ b/parts/glm-members-only-login-form.php @@ -1,5 +1,4 @@
-

The information you entered is incorrect. Please try again. @@ -7,8 +6,13 @@ else if( isset( $_GET['login'] ) && $_GET['login'] == 'empty' ) { ?> Please enter both username and password. - Please log in with your username and password. -
If you need assistance, email (xxxxx@yyyy.zzz) or call (###-###-####) + + Please log in with your username and password. +
If you need assistance, email () or call ()

diff --git a/style.css b/style.css index cc83411..8dde4df 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: WesternUPCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for WesternUPCVB -Version: 1.1.0 +Version: 1.1.1 */ -- 2.17.1