@@ -35,14 +35,14 @@ discard block |
||
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 |
||
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> |