Completed
Branch fix/kses-6 (9c0893)
by
unknown
14:05 queued 11:48
created
admin_pages/payments/templates/payment_log_details.template.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -35,14 +35,14 @@  discard block
 block discarded – undo
35 35
                 </th>
36 36
                 <td>
37 37
                     <?php
38
-                    if ($payment_log->object() instanceof EE_Transaction) {
39
-                        esc_html_e('Unknown', 'event_espresso');
40
-                    } else {
41
-                        echo ($payment_method
42
-                            ? esc_html($payment_method->admin_name())
43
-                            : esc_html__("No Longer Exists", 'event_espresso'));
44
-                    }
45
-                    ?>
38
+					if ($payment_log->object() instanceof EE_Transaction) {
39
+						esc_html_e('Unknown', 'event_espresso');
40
+					} else {
41
+						echo ($payment_method
42
+							? esc_html($payment_method->admin_name())
43
+							: esc_html__("No Longer Exists", 'event_espresso'));
44
+					}
45
+					?>
46 46
                 </td>
47 47
             </tr>
48 48
             <tr>
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
                 </th>
54 54
                 <td>
55 55
                     <?php echo ($transaction
56
-                        ? absint($transaction->ID())
57
-                        : esc_html__('Could not be determined', 'event_espresso')); ?>
56
+						? absint($transaction->ID())
57
+						: esc_html__('Could not be determined', 'event_espresso')); ?>
58 58
                 </td>
59 59
             </tr>
60 60
             <tr>
Please login to merge, or discard this patch.