Update form for correct option name
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Jul 2016 20:21:17 +0000 (16:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Jul 2016 20:21:17 +0000 (16:21 -0400)
use short db not database

parts/glm-members-only-login-form.php
style.css

index f8cf1fe..7a5c2dc 100644 (file)
@@ -3,19 +3,19 @@
                             <p id="glm-member-login-notification">
                                 <?php if( isset( $_GET['login'] ) && $_GET['login'] == 'failed' ) { ?>
                                     The information you entered is incorrect. Please try again.
-                                <?php } 
+                                <?php }
                                 else if( isset( $_GET['login'] ) && $_GET['login'] == 'empty' ) { ?>
                                     Please enter both username and password.
-                                <?php } else { ?>    
+                                <?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>
                         <div id='glm-member-login-form'>
-                            <?php 
-                                update_option('glm_members_database_frontend_login_request', 'true');
-                                wp_login_form(1, get_permalink()); 
+                            <?php
+                                update_option('glm_members_db_frontend_login_request', 'true');
+                                wp_login_form(1, get_permalink());
                                 ?>
                         </div>
-                        <?php get_template_part('parts/glm-members-only-lostpass-form'); ?>
\ No newline at end of file
+                        <?php get_template_part('parts/glm-members-only-lostpass-form'); ?>
index e13bcf3..c329613 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: DiscoverKalamazoo
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for DiscoverKalamazoo
-Version: 1.0.7
+Version: 1.0.8
 */