|
@@ -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.