Completed
Branch fix/remove-help-tours-payments (daccff)
by
unknown
08:54 queued 07:01
created
admin_pages/payments/help_tabs/payment_methods_settings.help_tab.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -9,21 +9,21 @@
 block discarded – undo
9 9
 </p>
10 10
 <p>
11 11
     <?php esc_html_e(
12
-        'Specify if registrants should be allowed to attempt additional payments if the original payment is delayed.',
13
-        'event_espresso'
14
-    ); ?>
12
+		'Specify if registrants should be allowed to attempt additional payments if the original payment is delayed.',
13
+		'event_espresso'
14
+	); ?>
15 15
 </p>
16 16
 <p>
17 17
     <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong><br />
18 18
     <?php esc_html_e(
19
-        'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.',
20
-        'event_espresso'
21
-    ); ?>
19
+		'To learn more about the options on this page, take a look at the different tabs that appear on the left side of the page.',
20
+		'event_espresso'
21
+	); ?>
22 22
 </p>
23 23
 <p>
24 24
     <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong><br />
25 25
     <?php esc_html_e(
26
-        'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.',
27
-        'event_espresso'
28
-    ); ?>
26
+		'You can customize the information that is shown on this page by toggling the Screen Options tab. Then you can add or remove checkmarks to hide or show certain content.',
27
+		'event_espresso'
28
+	); ?>
29 29
 </p>
30 30
\ No newline at end of file
Please login to merge, or discard this patch.