Completed
Branch barista (01af75)
by
unknown
60:31 queued 51:15
created
admin_pages/payments/help_tabs/payment_methods_overview.help_tab.php 2 patches
Indentation   +37 added lines, -37 removed lines patch added patch discarded remove patch
@@ -7,70 +7,70 @@  discard block
 block discarded – undo
7 7
     <li>
8 8
         <strong><?php esc_html_e('Name', 'event_espresso'); ?></strong><br>
9 9
         <?php esc_html_e(
10
-            'The name of the payment method as customers see it in the registration form, in emails, in receipts, etc.',
11
-            'event_espresso'
12
-        ); ?>
10
+			'The name of the payment method as customers see it in the registration form, in emails, in receipts, etc.',
11
+			'event_espresso'
12
+		); ?>
13 13
     </li>
14 14
     <li>
15 15
         <strong><?php esc_html_e('Description', 'event_espresso'); ?></strong><br/>
16 16
         <?php esc_html_e(
17
-            'The description of how to use the payment method as customers will see it. This is mostly only seen during registration.',
18
-            'event_espresso'
19
-        ); ?>
17
+			'The description of how to use the payment method as customers will see it. This is mostly only seen during registration.',
18
+			'event_espresso'
19
+		); ?>
20 20
     </li>
21 21
     <li><strong><?php esc_html_e('Admin-Only Name', 'event_espresso'); ?></strong><br/>
22 22
         <?php esc_html_e(
23
-            'The name of the payment method as seen internally by site administrators and staff.',
24
-            'event_espresso'
25
-        ); ?>
23
+			'The name of the payment method as seen internally by site administrators and staff.',
24
+			'event_espresso'
25
+		); ?>
26 26
     </li>
27 27
     <li>
28 28
         <strong><?php esc_html_e('Admin-Only Description', 'event_espresso'); ?></strong><br/>
29 29
         <?php esc_html_e(
30
-            'The description of the payment method as seen internally by site administrators and staff.',
31
-            'event_espresso'
32
-        ); ?>
30
+			'The description of the payment method as seen internally by site administrators and staff.',
31
+			'event_espresso'
32
+		); ?>
33 33
     </li>
34 34
     <li>
35 35
         <strong><?php esc_html_e('Debug (sandbox) Mode', 'event_espresso'); ?></strong><br/>
36 36
         <?php esc_html_e(
37
-            'Many payment methods have a debug/sandbox mode where payments are not processed but are only simulated. This is helpful when setup and debugging.',
38
-            'event_espresso'
39
-        ); ?>
37
+			'Many payment methods have a debug/sandbox mode where payments are not processed but are only simulated. This is helpful when setup and debugging.',
38
+			'event_espresso'
39
+		); ?>
40 40
     </li>
41 41
     <li>
42 42
         <strong><?php esc_html_e('Open by Default', 'event_espresso'); ?></strong><br/>
43 43
         <?php esc_html_e(
44
-            'If checked, this payment method will be selected by default (assuming no other valid payment methods are also marked as open by default.)',
45
-            'event_espresso'
46
-        ); ?>
44
+			'If checked, this payment method will be selected by default (assuming no other valid payment methods are also marked as open by default.)',
45
+			'event_espresso'
46
+		); ?>
47 47
     </li>
48 48
     <li>
49 49
         <strong><?php esc_html_e('Button URL', 'event_espresso'); ?></strong><br/>
50 50
         <?php
51
-        printf(
52
-            esc_html__(
53
-                'The URL of the button image for this payment method in the registration process. You may use any uploaded image on your website (click %s next to the field to select). If left blank, the default button image will be used.',
54
-                'event_espresso'
55
-            ),
56
-            '<img src="' . admin_url('images/media-button-image.gif') . '">'
57
-        );
58
-        ?>
51
+		printf(
52
+			esc_html__(
53
+				'The URL of the button image for this payment method in the registration process. You may use any uploaded image on your website (click %s next to the field to select). If left blank, the default button image will be used.',
54
+				'event_espresso'
55
+			),
56
+			'<img src="' . admin_url('images/media-button-image.gif') . '">'
57
+		);
58
+		?>
59 59
     </li>
60 60
     <li><strong><?php esc_html_e('Usable From', 'event_espresso'); ?></strong><br/>
61 61
         <?php esc_html_e('Where this payment method can be used from.', 'event_espresso'); ?>
62 62
         <ul>
63 63
             <li>
64 64
                 <?php esc_html_e(
65
-                    'Front-end Registration Page: the payment method will appear as an option during the normal registration process to customers and they can use it to process payments.',
66
-                    'event_espresso'
67
-                ); ?>
65
+					'Front-end Registration Page: the payment method will appear as an option during the normal registration process to customers and they can use it to process payments.',
66
+					'event_espresso'
67
+				); ?>
68 68
             </li>
69 69
             <li>
70 70
                 <?php esc_html_e(
71
-                    'Admin Registration Page: when recording payments made from the transaction admin page, the payment method will appear as an option. Note: currently payments can only be RECORDED from the admin, they cannot be PROCESSED.',
72
-                    'event_espresso'
73
-                ); ?>
71
+					'Admin Registration Page: when recording payments made from the transaction admin page, the payment method will appear as an option. Note: currently payments can only be RECORDED from the admin, they cannot be PROCESSED.',
72
+					'event_espresso'
73
+				); ?>
74 74
             </li>
75 75
         </ul>
76 76
     </li>
@@ -78,14 +78,14 @@  discard block
 block discarded – undo
78 78
 <p>
79 79
 <strong><?php esc_html_e('Recommendations', 'event_espresso'); ?></strong><br/>
80 80
 <?php esc_html_e(
81
-    'Want to see a tour of this screen? Click on the Payment Methods Overview Tour button which appears on the right side of the page. <br />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.',
82
-    'event_espresso'
81
+	'Want to see a tour of this screen? Click on the Payment Methods Overview Tour button which appears on the right side of the page. <br />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.',
82
+	'event_espresso'
83 83
 ); ?>
84 84
 </p>
85 85
 <p>
86 86
     <strong><?php esc_html_e('Screen Options', 'event_espresso'); ?></strong><br/>
87 87
     <?php esc_html_e(
88
-        '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.',
89
-        'event_espresso'
90
-    ); ?>
88
+		'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.',
89
+		'event_espresso'
90
+	); ?>
91 91
 </p>
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
                 'The URL of the button image for this payment method in the registration process. You may use any uploaded image on your website (click %s next to the field to select). If left blank, the default button image will be used.',
54 54
                 'event_espresso'
55 55
             ),
56
-            '<img src="' . admin_url('images/media-button-image.gif') . '">'
56
+            '<img src="'.admin_url('images/media-button-image.gif').'">'
57 57
         );
58 58
         ?>
59 59
     </li>
Please login to merge, or discard this patch.