From: Laury GvR Date: Mon, 8 Aug 2016 16:46:04 +0000 (-0400) Subject: Members only login form options added. X-Git-Tag: v1.1.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=298fe0a0641620ade7eb660a066fdd8e13c80c6e;p=WP-Themes%2FDiscoverKZOO.git Members only login form options added. --- diff --git a/parts/glm-members-only-login-form.php b/parts/glm-members-only-login-form.php index bfb33af..66256b1 100644 --- a/parts/glm-members-only-login-form.php +++ b/parts/glm-members-only-login-form.php @@ -1,25 +1,38 @@
-

The information you entered is incorrect. Please try again. - + Please enter both username and password. - - Please log in with your username and password. -
If you need assistance, email () or call () + + Please log in with your username and password. + + If you need assistance, "; + if ($supportEmail) { + echo "email (".$supportEmail.")"; + if ($supportPhone) { + echo " or "; + } + } + if ($supportPhone) { + echo "call (".$supportPhone.")"; + } + } + ?>

-
+
- + wp_login_form(1, get_permalink()); + ?>
- + \ No newline at end of file