Completed
Push — master ( e73183...eaa76e )
by
unknown
14:32
created
includes/modules/wps_customer_contacts/templates/backend/contact.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,11 @@
 block discarded – undo
33 33
 		<?php if ( true === $user['is_default'] ) : ?>
34 34
 			<i title="<?php esc_attr_e( 'This is the main contact / customer creator', 'wpshop' ); ?>" class="dashicons dashicons-star-filled" ></i>
35 35
 			<i title="<?php esc_attr_e( 'This is the main contact, you can\'t unlink it', 'wpshop' ); ?>" class="dashicons dashicons-lock" ></i>
36
-		<?php else : ?>
37
-			<i title="<?php esc_attr_e( 'Change to default customer', 'wpshop' ); ?>" class="dashicons dashicons-star-empty" ></i>
36
+		<?php else {
37
+	: ?>
38
+			<i title="<?php esc_attr_e( 'Change to default customer', 'wpshop' );
39
+}
40
+?>" class="dashicons dashicons-star-empty" ></i>
38 41
 			<i title="<?php esc_attr_e( 'Unlink this user', 'wpshop' ); ?>" class="dashicons dashicons-editor-unlink" ></i>
39 42
 		<?php endif; ?>
40 43
 
Please login to merge, or discard this patch.