Completed
Push — master ( 55b084...f77a5b )
by
unknown
11:30
created
includes/modules/wps_customer/controller/wps_customer_ctr.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -491,8 +491,10 @@
 block discarded – undo
491 491
                 $last_login = get_user_meta($current_user_id_in_list, 'last_login_time', true);
492 492
                 if (!empty($last_login)):
493 493
                     echo mysql2date(get_option('date_format') . ' ' . get_option('time_format'), $last_login, true);
494
-                else:
495
-                    _e('Never logged in', 'wpshop');
494
+                else {
495
+                	:
496
+                    _e('Never logged in', 'wpshop');
497
+                }
496 498
                 endif;
497 499
                 $use_template = false;
498 500
                 break;
Please login to merge, or discard this patch.