From: Laury GvR Date: Wed, 3 Aug 2016 12:19:19 +0000 (-0400) Subject: Members only login form uses settings email/phone X-Git-Tag: v1.1.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=50a43f0b71e8b51e37c2fc75d9820a01bae8efa8;p=WP-Themes%2Fwesternup.git 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. --- 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 */