Completed
Branch fix-dummy-related-question-qst... (e5efcf)
by
unknown
07:49 queued 03:45
created
admin_pages/about/templates/credits.template.php 2 patches
Indentation   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <p class="about-description">
2 2
     <?php esc_html_e(
3
-        'Event Espresso is created by an international team of passionate individuals with a drive to empower your events!',
4
-        'event_espresso'
5
-    ); ?>
3
+		'Event Espresso is created by an international team of passionate individuals with a drive to empower your events!',
4
+		'event_espresso'
5
+	); ?>
6 6
 </p>
7 7
 <h3 class="wp-people-group"><?php esc_html_e('Founders', 'event_espresso'); ?></h3>
8 8
 <ul class="wp-people-group" id="ee-people-group-owners">
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     </li>
48 48
     <li class='wp-person' id='ee-person-mwani'>
49 49
         <a href="<?php
50
-        esp_gravatar_profile('[email protected]'); ?>" target='_blank'>
50
+		esp_gravatar_profile('[email protected]'); ?>" target='_blank'>
51 51
             <?php esp_gravatar_image('[email protected]', 'Manzoor Ahmad Wani'); ?>
52 52
         </a>
53 53
         <a class="web" href="<?php esp_gravatar_profile('[email protected]'); ?>" target='_blank'>
@@ -87,15 +87,15 @@  discard block
 block discarded – undo
87 87
 <h3 class="wp-people-group"><?php esc_html_e('Contributor Recognition', 'event_espresso'); ?></h3>
88 88
 <p class="description">
89 89
     <?php
90
-    printf(
91
-        esc_html__(
92
-            'For every major release we want to recognize the people who contributed to the release via a GitHub pull request. Want to see your name listed here? %sWhen you submit a pull request that gets included in a major release%s, we\'ll add your name here linked to your GitHub profile.',
93
-            'event_espresso'
94
-        ),
95
-        '<a href="https://github.com/eventespresso/event-espresso-core" title="Contribute to Event Espresso by making a pull request via GitHub" target="_blank">',
96
-        '</a>'
97
-    );
98
-    ?>
90
+	printf(
91
+		esc_html__(
92
+			'For every major release we want to recognize the people who contributed to the release via a GitHub pull request. Want to see your name listed here? %sWhen you submit a pull request that gets included in a major release%s, we\'ll add your name here linked to your GitHub profile.',
93
+			'event_espresso'
94
+		),
95
+		'<a href="https://github.com/eventespresso/event-espresso-core" title="Contribute to Event Espresso by making a pull request via GitHub" target="_blank">',
96
+		'</a>'
97
+	);
98
+	?>
99 99
 </p>
100 100
 <p class="wp-credits-list">
101 101
 <ul>
@@ -110,15 +110,15 @@  discard block
 block discarded – undo
110 110
 <h3 class="wp-people-group"><?php esc_html_e('External Libraries', 'event_espresso'); ?></h3>
111 111
 <p class="description">
112 112
     <?php
113
-    printf(
114
-        esc_html__(
115
-            'Along with the libraries %sincluded with WordPress%s, Event Espresso utilizes the following third party libraries:',
116
-            'event_espresso'
117
-        ),
118
-        '<a href="credits.php">',
119
-        '</a>'
120
-    );
121
-    ?>
113
+	printf(
114
+		esc_html__(
115
+			'Along with the libraries %sincluded with WordPress%s, Event Espresso utilizes the following third party libraries:',
116
+			'event_espresso'
117
+		),
118
+		'<a href="credits.php">',
119
+		'</a>'
120
+	);
121
+	?>
122 122
 </p>
123 123
 <p class="wp-credits-list">
124 124
     <a href="https://openexchangerates.github.io/accounting.js/" target='_blank'>accounting.js</a>,
@@ -135,13 +135,13 @@  discard block
 block discarded – undo
135 135
 <?php
136 136
 function esp_gravatar_profile($email)
137 137
 {
138
-    echo esc_url_raw('https://www.gravatar.com/' . md5($email));
138
+	echo esc_url_raw('https://www.gravatar.com/' . md5($email));
139 139
 }
140 140
 
141 141
 function esp_gravatar_image($email, $name)
142 142
 {
143
-    $email = md5($email);
144
-    $name = esc_attr($name);
145
-    $url = esc_url_raw("https://0.gravatar.com/avatar/{$email}?s=60");
146
-    echo "<img src='{$url}' class='gravatar' alt='{$name}'/>";
143
+	$email = md5($email);
144
+	$name = esc_attr($name);
145
+	$url = esc_url_raw("https://0.gravatar.com/avatar/{$email}?s=60");
146
+	echo "<img src='{$url}' class='gravatar' alt='{$name}'/>";
147 147
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
 <?php
136 136
 function esp_gravatar_profile($email)
137 137
 {
138
-    echo esc_url_raw('https://www.gravatar.com/' . md5($email));
138
+    echo esc_url_raw('https://www.gravatar.com/'.md5($email));
139 139
 }
140 140
 
141 141
 function esp_gravatar_image($email, $name)
Please login to merge, or discard this patch.
registration_form_question_groups_views_bulk_actions_search.help_tab.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,16 +3,16 @@  discard block
 block discarded – undo
3 3
 </p>
4 4
 <p>
5 5
     <?php esc_html_e(
6
-        'Bulk actions allow you to perform an action to multiple questions at once. The following bulk actions are supported: Move to Trash. To use the bulk action feature, place a checkmark next to the questions that you want to include. Then select a bulk action from the menu and click on the Apply button.',
7
-        'event_espresso'
8
-    ); ?>
6
+		'Bulk actions allow you to perform an action to multiple questions at once. The following bulk actions are supported: Move to Trash. To use the bulk action feature, place a checkmark next to the questions that you want to include. Then select a bulk action from the menu and click on the Apply button.',
7
+		'event_espresso'
8
+	); ?>
9 9
 </p>
10 10
 <p><strong><?php esc_html_e('Question Groups Views', 'event_espresso'); ?></strong></p>
11 11
 <p>
12 12
     <?php esc_html_e(
13
-        'Views allow you to restrict what you see in the Questions Overview table. The following views are available: All and Trash. The number in parentheses next to each view represents the number of questions that will be displayed with that view.',
14
-        'event_espresso'
15
-    ); ?>
13
+		'Views allow you to restrict what you see in the Questions Overview table. The following views are available: All and Trash. The number in parentheses next to each view represents the number of questions that will be displayed with that view.',
14
+		'event_espresso'
15
+	); ?>
16 16
 </p>
17 17
 <ul>
18 18
     <li>
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
 <p><strong><?php esc_html_e('Question Groups Search', 'event_espresso'); ?></strong></p>
28 28
 <p>
29 29
     <?php esc_html_e(
30
-        'You can perform a search to find certain question groups. The following sources will be searched: Question Group (name of question group). To use the search feature, enter a value into the search box and click on the Search Questions Groups button.',
31
-        'event_espresso'
32
-    ); ?>
30
+		'You can perform a search to find certain question groups. The following sources will be searched: Question Group (name of question group). To use the search feature, enter a value into the search box and click on the Search Questions Groups button.',
31
+		'event_espresso'
32
+	); ?>
33 33
 </p>
34 34
\ No newline at end of file
Please login to merge, or discard this patch.
registration_form_question_groups_table_column_headings.help_tab.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -5,23 +5,23 @@  discard block
 block discarded – undo
5 5
     <li>
6 6
         <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong><br />
7 7
         <?php esc_html_e(
8
-            'This is the numerical ID of the question group. This is used internally for Event Espresso.',
9
-            'event_espresso'
10
-        ); ?>
8
+			'This is the numerical ID of the question group. This is used internally for Event Espresso.',
9
+			'event_espresso'
10
+		); ?>
11 11
     </li>
12 12
     <li>
13 13
         <strong><?php esc_html_e('Group Name', 'event_espresso'); ?></strong><br />
14 14
         <?php esc_html_e(
15
-            'This shows the name of the question group as it will be displayed on the registration form.',
16
-            'event_espresso'
17
-        ); ?>
15
+			'This shows the name of the question group as it will be displayed on the registration form.',
16
+			'event_espresso'
17
+		); ?>
18 18
     </li>
19 19
     <li>
20 20
         <strong><?php esc_html_e('Description', 'event_espresso'); ?></strong><br />
21 21
         <?php esc_html_e(
22
-            'This shows the description for the question group as it will be shown on the registration form.',
23
-            'event_espresso'
24
-        ); ?>
22
+			'This shows the description for the question group as it will be shown on the registration form.',
23
+			'event_espresso'
24
+		); ?>
25 25
     </li>
26 26
     <li>
27 27
         <strong><?php esc_html_e('Show Name', 'event_espresso'); ?></strong><br />
@@ -30,14 +30,14 @@  discard block
 block discarded – undo
30 30
     <li>
31 31
         <strong><?php esc_html_e('Show Desc', 'event_espresso'); ?></strong><br />
32 32
         <?php esc_html_e(
33
-            'Shows if the description for the question group be will displayed on the registration form.',
34
-            'event_espresso'
35
-        ); ?>
33
+			'Shows if the description for the question group be will displayed on the registration form.',
34
+			'event_espresso'
35
+		); ?>
36 36
     </li>
37 37
 </ul>
38 38
 <p>
39 39
     <?php esc_html_e(
40
-        'Dragging and dropping the question groups will change the order that they appear in. A question group that is at the top of the list will appear before one that is at the bottom of the list.',
41
-        'event_espresso'
42
-    ); ?>
40
+		'Dragging and dropping the question groups will change the order that they appear in. A question group that is at the top of the list will appear before one that is at the bottom of the list.',
41
+		'event_espresso'
42
+	); ?>
43 43
 </p>
44 44
\ No newline at end of file
Please login to merge, or discard this patch.
registration_form_questions_overview_views_bulk_actions_search.help_tab.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,18 +3,18 @@  discard block
 block discarded – undo
3 3
 </p>
4 4
 <p>
5 5
     <?php esc_html_e(
6
-        'Bulk actions allow you to perform an action to multiple question groups at once. The following bulk actions are supported: Move to Trash. To use the bulk action feature, place a checkmark next to the question groups that you want to include. Then select a bulk action from the menu and click on the Apply button.',
7
-        'event_espresso'
8
-    ); ?>
6
+		'Bulk actions allow you to perform an action to multiple question groups at once. The following bulk actions are supported: Move to Trash. To use the bulk action feature, place a checkmark next to the question groups that you want to include. Then select a bulk action from the menu and click on the Apply button.',
7
+		'event_espresso'
8
+	); ?>
9 9
 </p>
10 10
 <p>
11 11
     <strong><?php esc_html_e('Questions Groups Overview Views', 'event_espresso'); ?></strong>
12 12
 </p>
13 13
 <p>
14 14
     <?php esc_html_e(
15
-        'Views allow you to restrict what you see in the Question Groups Overview table. The following views are available: All and Trash. The number in parentheses next to each view represents the number of question groups that will be displayed with that view.',
16
-        'event_espresso'
17
-    ); ?>
15
+		'Views allow you to restrict what you see in the Question Groups Overview table. The following views are available: All and Trash. The number in parentheses next to each view represents the number of question groups that will be displayed with that view.',
16
+		'event_espresso'
17
+	); ?>
18 18
 </p>
19 19
 <ul>
20 20
     <li>
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 </p>
32 32
 <p>
33 33
     <?php esc_html_e(
34
-        'You can perform a search to find certain question groups. The following sources will be searched: Question (name of question). To use the search feature, enter a value into the search box and click on the Search Questions button.',
35
-        'event_espresso'
36
-    ); ?>
34
+		'You can perform a search to find certain question groups. The following sources will be searched: Question (name of question). To use the search feature, enter a value into the search box and click on the Search Questions button.',
35
+		'event_espresso'
36
+	); ?>
37 37
 </p>
38 38
\ No newline at end of file
Please login to merge, or discard this patch.
registration_form_questions_overview_table_column_headings.help_tab.php 1 patch
Indentation   +42 added lines, -42 removed lines patch added patch discarded remove patch
@@ -11,60 +11,60 @@  discard block
 block discarded – undo
11 11
         <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong>
12 12
         <br />
13 13
         <?php printf(
14
-            esc_html__(
15
-                'This is the numerical ID for the question. This value is used internally for %s.',
16
-                'event_espresso'
17
-            ),
18
-            Domain::brandName()
19
-        ); ?>
14
+			esc_html__(
15
+				'This is the numerical ID for the question. This value is used internally for %s.',
16
+				'event_espresso'
17
+			),
18
+			Domain::brandName()
19
+		); ?>
20 20
     </li>
21 21
     <li>
22 22
         <strong><?php esc_html_e('Question', 'event_espresso'); ?></strong>
23 23
         <br />
24 24
         <?php esc_html_e(
25
-            'This shows the question as it will be displayed on the registration form. Clicking on the question will take you to another page so that you can edit the options for the selected question.',
26
-            'event_espresso'
27
-        ); ?>
25
+			'This shows the question as it will be displayed on the registration form. Clicking on the question will take you to another page so that you can edit the options for the selected question.',
26
+			'event_espresso'
27
+		); ?>
28 28
     </li>
29 29
     <li>
30 30
         <strong><?php esc_html_e('Admin Label', 'event_espresso'); ?></strong>
31 31
         <br />
32 32
         <?php esc_html_e(
33
-            'This field is only shown to the admin. It is useful for understanding the difference between questions that appear to be similar but are used in various situations. Also shows if this question is a system question.',
34
-            'event_espresso'
35
-        ); ?>
33
+			'This field is only shown to the admin. It is useful for understanding the difference between questions that appear to be similar but are used in various situations. Also shows if this question is a system question.',
34
+			'event_espresso'
35
+		); ?>
36 36
     </li>
37 37
     <li>
38 38
         <strong><?php esc_html_e('Type', 'event_espresso'); ?></strong>
39 39
         <br />
40 40
         <?php esc_html_e(
41
-            'This shows the type of question. Available options are Text, Textarea, Checkboxes, Radio Buttons, Dropdown, State/Province Dropdown, Country Dropdown, and Date Picker.',
42
-            'event_espresso'
43
-        ); ?>
41
+			'This shows the type of question. Available options are Text, Textarea, Checkboxes, Radio Buttons, Dropdown, State/Province Dropdown, Country Dropdown, and Date Picker.',
42
+			'event_espresso'
43
+		); ?>
44 44
         <ul>
45 45
             <li style="list-style-type: none;">
46 46
                 <strong><?php esc_html_e('Text', 'event_espresso'); ?></strong>
47 47
                 <br />
48 48
                 <?php esc_html_e(
49
-                    'This option is useful for questions that need a short response (less than 140 characters).',
50
-                    'event_espresso'
51
-                ); ?>
49
+					'This option is useful for questions that need a short response (less than 140 characters).',
50
+					'event_espresso'
51
+				); ?>
52 52
             </li>
53 53
             <li style="list-style-type: none;">
54 54
                 <strong><?php esc_html_e('Textarea', 'event_espresso'); ?></strong>
55 55
                 <br />
56 56
                 <?php esc_html_e(
57
-                    'This option is useful for long text answers such as paragraphs of information.',
58
-                    'event_espresso'
59
-                ); ?>
57
+					'This option is useful for long text answers such as paragraphs of information.',
58
+					'event_espresso'
59
+				); ?>
60 60
             </li>
61 61
             <li style="list-style-type: none;">
62 62
                 <strong><?php esc_html_e('Single', 'event_espresso'); ?></strong>
63 63
                 <br />
64 64
                 <?php esc_html_e(
65
-                    'This option uses radio buttons and lets you choose a single answer.',
66
-                    'event_espresso'
67
-                ); ?>
65
+					'This option uses radio buttons and lets you choose a single answer.',
66
+					'event_espresso'
67
+				); ?>
68 68
             </li>
69 69
             <li style="list-style-type: none;">
70 70
                 <strong><?php esc_html_e('Dropdown', 'event_espresso'); ?></strong>
@@ -75,17 +75,17 @@  discard block
 block discarded – undo
75 75
                 <strong><?php esc_html_e('Multiple Choice', 'event_espresso'); ?></strong>
76 76
                 <br />
77 77
                 <?php esc_html_e(
78
-                    'This option uses checkmark fields and allows multiple answers from a predetermined set of choices.',
79
-                    'event_espresso'
80
-                ); ?>
78
+					'This option uses checkmark fields and allows multiple answers from a predetermined set of choices.',
79
+					'event_espresso'
80
+				); ?>
81 81
             </li>
82 82
             <li style="list-style-type: none;">
83 83
                 <strong><?php esc_html_e('Date', 'event_espresso'); ?></strong>
84 84
                 <br />
85 85
                 <?php esc_html_e(
86
-                    'This option shows a calendar and allows users to select a date.',
87
-                    'event_espresso'
88
-                ); ?>
86
+					'This option shows a calendar and allows users to select a date.',
87
+					'event_espresso'
88
+				); ?>
89 89
             </li>
90 90
         </ul>
91 91
     </li>
@@ -93,27 +93,27 @@  discard block
 block discarded – undo
93 93
         <strong><?php esc_html_e('Values', 'event_espresso'); ?></strong>
94 94
         <br />
95 95
         <?php esc_html_e(
96
-            'This shows the answers to a question if it has multiple answers. If it does not, then N/A will be displayed.',
97
-            'event_espresso'
98
-        ); ?>
96
+			'This shows the answers to a question if it has multiple answers. If it does not, then N/A will be displayed.',
97
+			'event_espresso'
98
+		); ?>
99 99
     </li>
100 100
     <li>
101 101
         <strong><?php esc_html_e('Req', 'event_espresso'); ?></strong>
102 102
         <br />
103 103
         <?php esc_html_e(
104
-            'This is short for "required" and shows if a question must be answered in the registration form.',
105
-            'event_espresso'
106
-        ); ?>
104
+			'This is short for "required" and shows if a question must be answered in the registration form.',
105
+			'event_espresso'
106
+		); ?>
107 107
     </li>
108 108
 </ul>
109 109
 <p>
110 110
     <strong><?php esc_html_e('Notice', 'event_espresso'); ?></strong>
111 111
     <br />
112 112
     <?php printf(
113
-        esc_html__(
114
-            'System questions are created by %s and cannot be deleted. However, they can be edited. Be careful when editing these system questions as they are required for registrations to work correctly.',
115
-            'event_espresso'
116
-        ),
117
-        Domain::brandName()
118
-    ); ?>
113
+		esc_html__(
114
+			'System questions are created by %s and cannot be deleted. However, they can be edited. Be careful when editing these system questions as they are required for registrations to work correctly.',
115
+			'event_espresso'
116
+		),
117
+		Domain::brandName()
118
+	); ?>
119 119
 </p>
Please login to merge, or discard this patch.
admin_pages/other_services/templates/other_services_content.template.php 2 patches
Indentation   +110 added lines, -110 removed lines patch added patch discarded remove patch
@@ -10,14 +10,14 @@  discard block
 block discarded – undo
10 10
             >
11 11
                 <img alt="calendar"
12 12
                      src="<?php echo esc_url_raw(
13
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/calendar4-231x151.jpg'
14
-                     ); ?>"
13
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/calendar4-231x151.jpg'
14
+					 ); ?>"
15 15
                 >
16 16
             </a>
17 17
             <?php esc_html_e(
18
-                'Display a calendar with all available dates so attendees can browse to events that fit their schedule and start their event registrations.',
19
-                'event_espresso'
20
-            ); ?>
18
+				'Display a calendar with all available dates so attendees can browse to events that fit their schedule and start their event registrations.',
19
+				'event_espresso'
20
+			); ?>
21 21
         </p>
22 22
         <div class="action-links">
23 23
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -42,14 +42,14 @@  discard block
 block discarded – undo
42 42
             >
43 43
                 <img alt="events table"
44 44
                      src="<?php echo esc_url_raw(
45
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-events-table3-231x151.jpg'
46
-                     ); ?>"
45
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-events-table3-231x151.jpg'
46
+					 ); ?>"
47 47
                 >
48 48
             </a>
49 49
             <?php esc_html_e(
50
-                'Display a list of events in a table view so attendees can click the register links to begin their event registrations.',
51
-                'event_espresso'
52
-            ); ?>
50
+				'Display a list of events in a table view so attendees can click the register links to begin their event registrations.',
51
+				'event_espresso'
52
+			); ?>
53 53
         </p>
54 54
         <div class="action-links">
55 55
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -74,14 +74,14 @@  discard block
 block discarded – undo
74 74
             >
75 75
                 <img alt="grid view template"
76 76
                      src="<?php echo esc_url_raw(
77
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/grid-view-template-231x151.jpg'
78
-                     ); ?>"
77
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/grid-view-template-231x151.jpg'
78
+					 ); ?>"
79 79
                 >
80 80
             </a>
81 81
             <?php esc_html_e(
82
-                'Display events in a grid format with images so your attendees can click to begin their event registrations.',
83
-                'event_espresso'
84
-            ); ?>
82
+				'Display events in a grid format with images so your attendees can click to begin their event registrations.',
83
+				'event_espresso'
84
+			); ?>
85 85
         </p>
86 86
         <div class="action-links">
87 87
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -107,16 +107,16 @@  discard block
 block discarded – undo
107 107
                 <img class="alignright "
108 108
                      alt="<?php esc_html_e('Promotions Add-on', 'event_espresso'); ?>"
109 109
                      src="<?php echo esc_url_raw(
110
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/promotions-discounts-addon.jpg'
111
-                     ); ?>"
110
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/promotions-discounts-addon.jpg'
111
+					 ); ?>"
112 112
                      width="230"
113 113
                      height="151"
114 114
                 />
115 115
             </a>
116 116
             <?php esc_html_e(
117
-                'Create discounts and promo codes for attendees to use to apply a flat or percentage discount to their event registrations.',
118
-                'event_espresso'
119
-            ); ?>
117
+				'Create discounts and promo codes for attendees to use to apply a flat or percentage discount to their event registrations.',
118
+				'event_espresso'
119
+			); ?>
120 120
         </p>
121 121
         <div class="action-links">
122 122
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -142,14 +142,14 @@  discard block
 block discarded – undo
142 142
             >
143 143
                 <img alt="<?php esc_html_e('Multiple Event Registration', 'event_espresso'); ?>"
144 144
                      src="<?php echo esc_url_raw(
145
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/mutliple_231x151.jpg'
146
-                     ); ?>"
145
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/mutliple_231x151.jpg'
146
+					 ); ?>"
147 147
                 />
148 148
             </a>
149 149
             <?php esc_html_e(
150
-                'Add an event shopping cart to allow for multiple events to be purchased at one time.',
151
-                'event_espresso'
152
-            ); ?>
150
+				'Add an event shopping cart to allow for multiple events to be purchased at one time.',
151
+				'event_espresso'
152
+			); ?>
153 153
         </p>
154 154
         <div class="action-links">
155 155
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -174,14 +174,14 @@  discard block
 block discarded – undo
174 174
             >
175 175
                 <img alt="<?php esc_html_e('ticketing', 'event_espresso'); ?>"
176 176
                      src="<?php echo esc_url_raw(
177
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-ticketing-231x151.jpg'
178
-                     ); ?>"
177
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-ticketing-231x151.jpg'
178
+					 ); ?>"
179 179
                 />
180 180
             </a>
181 181
             <?php esc_html_e(
182
-                'Automatically email custom event tickets with QR codes to attendees. Scan printed tickets with a phone or tablet for fast event check-in.',
183
-                'event_espresso'
184
-            ); ?>
182
+				'Automatically email custom event tickets with QR codes to attendees. Scan printed tickets with a phone or tablet for fast event check-in.',
183
+				'event_espresso'
184
+			); ?>
185 185
         </p>
186 186
         <div class="action-links">
187 187
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -208,14 +208,14 @@  discard block
 block discarded – undo
208 208
             >
209 209
                 <img alt="<?php esc_html_e('Waitlist Manager', 'event_espresso'); ?>"
210 210
                      src="<?php echo esc_url_raw(
211
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wait-list-manager-231x152.jpg'
212
-                     ); ?>"
211
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wait-list-manager-231x152.jpg'
212
+					 ); ?>"
213 213
                 >
214 214
             </a>
215 215
             <?php esc_html_e(
216
-                'Display a waitlist option after tickets sell out, or an event becomes full. Automatically promote attendees as spots open up so they can complete their event registrations.',
217
-                'event_espresso'
218
-            ); ?>
216
+				'Display a waitlist option after tickets sell out, or an event becomes full. Automatically promote attendees as spots open up so they can complete their event registrations.',
217
+				'event_espresso'
218
+			); ?>
219 219
         </p>
220 220
         <div class="action-links">
221 221
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -242,14 +242,14 @@  discard block
 block discarded – undo
242 242
             >
243 243
                 <img alt="<?php esc_html_e('Attendee Mover', 'event_espresso'); ?>"
244 244
                      src="<?php echo esc_url_raw(
245
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-attendee-mover-231x152.jpg'
246
-                     ); ?>"
245
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-attendee-mover-231x152.jpg'
246
+					 ); ?>"
247 247
                 >
248 248
             </a>
249 249
             <?php esc_html_e(
250
-                'Move an attendee registration to a different event or change their registration option for an event in a few clicks from your WordPress dashboard.',
251
-                'event_espresso'
252
-            ); ?>
250
+				'Move an attendee registration to a different event or change their registration option for an event in a few clicks from your WordPress dashboard.',
251
+				'event_espresso'
252
+			); ?>
253 253
         </p>
254 254
         <div class="action-links">
255 255
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -276,14 +276,14 @@  discard block
 block discarded – undo
276 276
             >
277 277
                 <img alt="<?php esc_html_e('Event Espresso Importer', 'event_espresso'); ?>"
278 278
                      src="<?php echo esc_url_raw(
279
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/event-espresso-importer-231x152.jpg'
280
-                     ); ?>"
279
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/event-espresso-importer-231x152.jpg'
280
+					 ); ?>"
281 281
                 >
282 282
             </a>
283 283
             <?php esc_html_e(
284
-                'Import a list of attendees into Event Espresso through a CSV file upload.',
285
-                'event_espresso'
286
-            ); ?>
284
+				'Import a list of attendees into Event Espresso through a CSV file upload.',
285
+				'event_espresso'
286
+			); ?>
287 287
         </p>
288 288
         <div class="action-links">
289 289
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -310,15 +310,15 @@  discard block
 block discarded – undo
310 310
             >
311 311
                 <img alt="<?php esc_html_e('Automated Upcoming Events Notifications', 'event_espresso'); ?>"
312 312
                      src="<?php echo esc_url_raw(
313
-                         EE_GLOBAL_ASSETS_URL
314
-                         . 'images/banners/automated-upcoming-event-notifications-231x152.jpg'
315
-                     ); ?>"
313
+						 EE_GLOBAL_ASSETS_URL
314
+						 . 'images/banners/automated-upcoming-event-notifications-231x152.jpg'
315
+					 ); ?>"
316 316
                 >
317 317
             </a>
318 318
             <?php esc_html_e(
319
-                'Automatically send out event reminder emails a day before your upcoming events.',
320
-                'event_espresso'
321
-            ); ?>
319
+				'Automatically send out event reminder emails a day before your upcoming events.',
320
+				'event_espresso'
321
+			); ?>
322 322
         </p>
323 323
         <div class="action-links">
324 324
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -345,14 +345,14 @@  discard block
 block discarded – undo
345 345
             >
346 346
                 <img alt="<?php esc_html_e('WP User Integration', 'event_espresso'); ?>"
347 347
                      src="<?php echo esc_url_raw(
348
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wp-user-integration-230x151.jpg'
349
-                     ); ?>"
348
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wp-user-integration-230x151.jpg'
349
+					 ); ?>"
350 350
                 >
351 351
             </a>
352 352
             <?php esc_html_e(
353
-                'Offer member pricing and automatically create accounts for your attendees so they can see upcoming and past events plus pre-fill details for future event registrations.',
354
-                'event_espresso'
355
-            ); ?>
353
+				'Offer member pricing and automatically create accounts for your attendees so they can see upcoming and past events plus pre-fill details for future event registrations.',
354
+				'event_espresso'
355
+			); ?>
356 356
         </p>
357 357
         <div class="action-links">
358 358
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -379,14 +379,14 @@  discard block
 block discarded – undo
379 379
             >
380 380
                 <img alt="<?php esc_html_e('MailChimp Integration', 'event_espresso'); ?>"
381 381
                      src="<?php echo esc_url_raw(
382
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/mailchimp-231x151.jpg'
383
-                     ); ?>"
382
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/mailchimp-231x151.jpg'
383
+					 ); ?>"
384 384
                 >
385 385
             </a>
386 386
             <?php esc_html_e(
387
-                'Automatically transfer attendee information to MailChimp after a registration. Keep attendees in the loop about upcoming events by sending email campaigns through',
388
-                'event_espresso'
389
-            ); ?>
387
+				'Automatically transfer attendee information to MailChimp after a registration. Keep attendees in the loop about upcoming events by sending email campaigns through',
388
+				'event_espresso'
389
+			); ?>
390 390
             <a href="http://eepurl.com/OXgr" target="_blank" rel="noopener noreferrer">MailChimp</a>
391 391
             .
392 392
         </p>
@@ -415,19 +415,19 @@  discard block
 block discarded – undo
415 415
                target="_blank"
416 416
             >
417 417
                 <img alt="<?php esc_html_e(
418
-                    'Event Registration with PayPal Smart Buttons (with Venmo)',
419
-                    'event_espresso'
420
-                ); ?>"
418
+					'Event Registration with PayPal Smart Buttons (with Venmo)',
419
+					'event_espresso'
420
+				); ?>"
421 421
                      src="<?php echo esc_url_raw(
422
-                         EE_GLOBAL_ASSETS_URL
423
-                         . 'images/banners/event-registrations-with-paypal-express-checkout-smart-payment-buttons-231x152.jpg'
424
-                     ); ?>"
422
+						 EE_GLOBAL_ASSETS_URL
423
+						 . 'images/banners/event-registrations-with-paypal-express-checkout-smart-payment-buttons-231x152.jpg'
424
+					 ); ?>"
425 425
                 >
426 426
             </a>
427 427
             <?php esc_html_e(
428
-                'Receive online payments through credit cards, debit cards, PayPal funds, PayPal Credit, and Venmo.',
429
-                'event_espresso'
430
-            ); ?>
428
+				'Receive online payments through credit cards, debit cards, PayPal funds, PayPal Credit, and Venmo.',
429
+				'event_espresso'
430
+			); ?>
431 431
         </p>
432 432
         <div class="action-links">
433 433
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -454,17 +454,17 @@  discard block
 block discarded – undo
454 454
             >
455 455
                 <img alt="<?php esc_html_e('Stripe logo', 'event_espresso'); ?>"
456 456
                      src="<?php echo esc_url_raw(
457
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-stripe-logo-231x152.jpg'
458
-                     ); ?>"
457
+						 EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-stripe-logo-231x152.jpg'
458
+					 ); ?>"
459 459
                 />
460 460
             </a>
461 461
             <?php printf(
462
-                esc_html__(
463
-                    'Securely accept online payments through debit and credit cards with %1$s.',
464
-                    'event_espresso'
465
-                ),
466
-                '<a href="https://eventespresso.com/go/stripe/">Stripe</a>'
467
-            ); ?>
462
+				esc_html__(
463
+					'Securely accept online payments through debit and credit cards with %1$s.',
464
+					'event_espresso'
465
+				),
466
+				'<a href="https://eventespresso.com/go/stripe/">Stripe</a>'
467
+			); ?>
468 468
         </p>
469 469
         <div class="action-links">
470 470
             <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now"
@@ -488,9 +488,9 @@  discard block
 block discarded – undo
488 488
     <h3><?php esc_html_e('Priority Support Token', 'event_espresso'); ?></h3>
489 489
     <p class="ee-highlight ee-highlight--notice">
490 490
         <?php esc_html_e(
491
-            'Have an emergency or need help with a time-sensitive issue? Purchase a support token and we\'ll help  you get back on track .',
492
-            'event_espresso'
493
-        ); ?>
491
+			'Have an emergency or need help with a time-sensitive issue? Purchase a support token and we\'ll help  you get back on track .',
492
+			'event_espresso'
493
+		); ?>
494 494
     </p>
495 495
 
496 496
     <p>
@@ -500,66 +500,66 @@  discard block
 block discarded – undo
500 500
         >
501 501
             <img alt="<?php esc_html_e('Priority Support', 'event_espresso'); ?>"
502 502
                  src="<?php echo esc_url_raw(
503
-                     EE_GLOBAL_ASSETS_URL . 'images/banners/priority-support-231x151.jpg'
504
-                 ); ?>"
503
+					 EE_GLOBAL_ASSETS_URL . 'images/banners/priority-support-231x151.jpg'
504
+				 ); ?>"
505 505
             >
506 506
         </a>
507 507
         <?php esc_html_e(
508
-            'Here are some examples of how members have used support tokens this year:',
509
-            'event_espresso'
510
-        ); ?>
508
+			'Here are some examples of how members have used support tokens this year:',
509
+			'event_espresso'
510
+		); ?>
511 511
     </p>
512 512
     <ul>
513 513
         <li>
514 514
             <?php esc_html_e(
515
-                'Installed and configured Event Espresso',
516
-                'event_espresso'
517
-            ); ?>
515
+				'Installed and configured Event Espresso',
516
+				'event_espresso'
517
+			); ?>
518 518
         </li>
519 519
         <li>
520 520
             <?php esc_html_e(
521
-                'Troubleshooted a conflict with a theme or plugin',
522
-                'event_espresso'
523
-            ); ?>
521
+				'Troubleshooted a conflict with a theme or plugin',
522
+				'event_espresso'
523
+			); ?>
524 524
         </li>
525 525
         <li>
526 526
             <?php esc_html_e(
527
-                'Applied a gettext filter to change the messaging in various areas of Event Espresso',
528
-                'event_espresso'
529
-            ); ?>
527
+				'Applied a gettext filter to change the messaging in various areas of Event Espresso',
528
+				'event_espresso'
529
+			); ?>
530 530
         </li>
531 531
         <li>
532 532
             <?php esc_html_e(
533
-                'Changed the styling on single event pages using CSS',
534
-                'event_espresso'
535
-            ); ?>
533
+				'Changed the styling on single event pages using CSS',
534
+				'event_espresso'
535
+			); ?>
536 536
         </li>
537 537
         <li>
538 538
             <?php esc_html_e(
539
-                'Configured add-ons for Event Espresso',
540
-                'event_espresso'
541
-            ); ?>
539
+				'Configured add-ons for Event Espresso',
540
+				'event_espresso'
541
+			); ?>
542 542
         </li>
543 543
     </ul>
544 544
     <p>
545 545
         <?php esc_html_e(
546
-            'Do you have a request that is similar to those described above?',
547
-            'event_espresso'
548
-        ); ?>
546
+			'Do you have a request that is similar to those described above?',
547
+			'event_espresso'
548
+		); ?>
549 549
     </p>
550 550
 
551 551
     <p>
552 552
         <?php esc_html_e(
553
-            'Purchase a support token and we\'ll respond during business hours to get your problem solved quickly .',
554
-            'event_espresso'
555
-        ); ?>
553
+			'Purchase a support token and we\'ll respond during business hours to get your problem solved quickly .',
554
+			'event_espresso'
555
+		); ?>
556 556
     </p>
557 557
 
558 558
     <p>
559 559
         <?php esc_html_e(
560
-            'A support token will provide you with 30 minutes of one-on-one time with a team member. Need additional time? Just purchase additional support tokens as needed.',
561
-            'event_espresso'
562
-        ); ?>
560
+			'A support token will provide you with 30 minutes of one-on-one time with a team member. Need additional time? Just purchase additional support tokens as needed.',
561
+			'event_espresso'
562
+		); ?>
563 563
     </p>
564 564
     <div class="action-links">
565 565
         <a class="ee-add-on-btn ee-add-on-btn--buy-now"
Please login to merge, or discard this patch.
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
             >
11 11
                 <img alt="calendar"
12 12
                      src="<?php echo esc_url_raw(
13
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/calendar4-231x151.jpg'
13
+                         EE_GLOBAL_ASSETS_URL.'images/banners/calendar4-231x151.jpg'
14 14
                      ); ?>"
15 15
                 >
16 16
             </a>
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
             >
43 43
                 <img alt="events table"
44 44
                      src="<?php echo esc_url_raw(
45
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-events-table3-231x151.jpg'
45
+                         EE_GLOBAL_ASSETS_URL.'images/banners/ee4-events-table3-231x151.jpg'
46 46
                      ); ?>"
47 47
                 >
48 48
             </a>
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
             >
75 75
                 <img alt="grid view template"
76 76
                      src="<?php echo esc_url_raw(
77
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/grid-view-template-231x151.jpg'
77
+                         EE_GLOBAL_ASSETS_URL.'images/banners/grid-view-template-231x151.jpg'
78 78
                      ); ?>"
79 79
                 >
80 80
             </a>
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                 <img class="alignright "
108 108
                      alt="<?php esc_html_e('Promotions Add-on', 'event_espresso'); ?>"
109 109
                      src="<?php echo esc_url_raw(
110
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/promotions-discounts-addon.jpg'
110
+                         EE_GLOBAL_ASSETS_URL.'images/banners/promotions-discounts-addon.jpg'
111 111
                      ); ?>"
112 112
                      width="230"
113 113
                      height="151"
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
             >
143 143
                 <img alt="<?php esc_html_e('Multiple Event Registration', 'event_espresso'); ?>"
144 144
                      src="<?php echo esc_url_raw(
145
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/mutliple_231x151.jpg'
145
+                         EE_GLOBAL_ASSETS_URL.'images/banners/mutliple_231x151.jpg'
146 146
                      ); ?>"
147 147
                 />
148 148
             </a>
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
             >
175 175
                 <img alt="<?php esc_html_e('ticketing', 'event_espresso'); ?>"
176 176
                      src="<?php echo esc_url_raw(
177
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-ticketing-231x151.jpg'
177
+                         EE_GLOBAL_ASSETS_URL.'images/banners/ee4-ticketing-231x151.jpg'
178 178
                      ); ?>"
179 179
                 />
180 180
             </a>
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
             >
209 209
                 <img alt="<?php esc_html_e('Waitlist Manager', 'event_espresso'); ?>"
210 210
                      src="<?php echo esc_url_raw(
211
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wait-list-manager-231x152.jpg'
211
+                         EE_GLOBAL_ASSETS_URL.'images/banners/ee4-wait-list-manager-231x152.jpg'
212 212
                      ); ?>"
213 213
                 >
214 214
             </a>
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
             >
243 243
                 <img alt="<?php esc_html_e('Attendee Mover', 'event_espresso'); ?>"
244 244
                      src="<?php echo esc_url_raw(
245
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-attendee-mover-231x152.jpg'
245
+                         EE_GLOBAL_ASSETS_URL.'images/banners/ee4-attendee-mover-231x152.jpg'
246 246
                      ); ?>"
247 247
                 >
248 248
             </a>
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
             >
277 277
                 <img alt="<?php esc_html_e('Event Espresso Importer', 'event_espresso'); ?>"
278 278
                      src="<?php echo esc_url_raw(
279
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/event-espresso-importer-231x152.jpg'
279
+                         EE_GLOBAL_ASSETS_URL.'images/banners/event-espresso-importer-231x152.jpg'
280 280
                      ); ?>"
281 281
                 >
282 282
             </a>
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
             >
346 346
                 <img alt="<?php esc_html_e('WP User Integration', 'event_espresso'); ?>"
347 347
                      src="<?php echo esc_url_raw(
348
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wp-user-integration-230x151.jpg'
348
+                         EE_GLOBAL_ASSETS_URL.'images/banners/ee4-wp-user-integration-230x151.jpg'
349 349
                      ); ?>"
350 350
                 >
351 351
             </a>
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
             >
380 380
                 <img alt="<?php esc_html_e('MailChimp Integration', 'event_espresso'); ?>"
381 381
                      src="<?php echo esc_url_raw(
382
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/mailchimp-231x151.jpg'
382
+                         EE_GLOBAL_ASSETS_URL.'images/banners/mailchimp-231x151.jpg'
383 383
                      ); ?>"
384 384
                 >
385 385
             </a>
@@ -454,7 +454,7 @@  discard block
 block discarded – undo
454 454
             >
455 455
                 <img alt="<?php esc_html_e('Stripe logo', 'event_espresso'); ?>"
456 456
                      src="<?php echo esc_url_raw(
457
-                         EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-stripe-logo-231x152.jpg'
457
+                         EE_GLOBAL_ASSETS_URL.'images/banners/ee4-stripe-logo-231x152.jpg'
458 458
                      ); ?>"
459 459
                 />
460 460
             </a>
@@ -500,7 +500,7 @@  discard block
 block discarded – undo
500 500
         >
501 501
             <img alt="<?php esc_html_e('Priority Support', 'event_espresso'); ?>"
502 502
                  src="<?php echo esc_url_raw(
503
-                     EE_GLOBAL_ASSETS_URL . 'images/banners/priority-support-231x151.jpg'
503
+                     EE_GLOBAL_ASSETS_URL.'images/banners/priority-support-231x151.jpg'
504 504
                  ); ?>"
505 505
             >
506 506
         </a>
Please login to merge, or discard this patch.
admin_pages/events/templates/event_registration_options.template.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 <p>
16 16
     <label for="max-registrants">
17 17
         <?php esc_html_e(
18
-            'Maximum number of tickets allowed per order for this event: ',
19
-            'event_espresso'
20
-        ); ?>
18
+			'Maximum number of tickets allowed per order for this event: ',
19
+			'event_espresso'
20
+		); ?>
21 21
     </label>
22 22
     <input class="ee-numeric"
23 23
            id="max-registrants"
Please login to merge, or discard this patch.
admin_pages/events/templates/event_publish_box_extras.template.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@  discard block
 block discarded – undo
13 13
     <span class="dashicons dashicons-groups ee-icon-color-ee-green ee-icon-size-20"></span>
14 14
     <a href="<?php echo esc_url_raw($view_approved_reg_url); ?>" target="_blank">
15 15
         <?php printf(
16
-            esc_html__('%s Registrations', 'event_espresso'),
17
-            EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence')
18
-        ); ?>
16
+			esc_html__('%s Registrations', 'event_espresso'),
17
+			EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence')
18
+		); ?>
19 19
     </a>
20 20
     :
21 21
     <?php echo absint($approved_regs); ?>
@@ -24,9 +24,9 @@  discard block
 block discarded – undo
24 24
     <span class="dashicons dashicons-groups ee-icon-color-ee-blue ee-icon-size-20"></span>
25 25
     <a href="<?php echo esc_url_raw($view_pending_payment_reg_url); ?>" target='_blank'>
26 26
         <?php printf(
27
-            esc_html__('%s Registrations', 'event_espresso'),
28
-            EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence')
29
-        ); ?>
27
+			esc_html__('%s Registrations', 'event_espresso'),
28
+			EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence')
29
+		); ?>
30 30
     </a>
31 31
     :
32 32
     <?php echo absint($pending_payment_regs); ?>
@@ -35,9 +35,9 @@  discard block
 block discarded – undo
35 35
     <span class="dashicons dashicons-groups ee-icon-color-ee-orange ee-icon-size-20"></span>
36 36
     <a href="<?php echo esc_url_raw($view_not_approved_reg_url); ?>" target='_blank'>
37 37
         <?php printf(
38
-            esc_html__('%s Registrations', 'event_espresso'),
39
-            EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, false, 'sentence')
40
-        ); ?>
38
+			esc_html__('%s Registrations', 'event_espresso'),
39
+			EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, false, 'sentence')
40
+		); ?>
41 41
     </a>
42 42
     :
43 43
     <?php echo absint($not_approved_regs); ?>
Please login to merge, or discard this patch.
admin_pages/events/templates/event_category_details.template.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -44,9 +44,9 @@  discard block
 block discarded – undo
44 44
                 <br/>
45 45
                 <p class="small-text">
46 46
                     <?php esc_html_e(
47
-                        'This is a default category so you can edit the label and the description but not the slug',
48
-                        'event_espresso'
49
-                    ); ?>
47
+						'This is a default category so you can edit the label and the description but not the slug',
48
+						'event_espresso'
49
+					); ?>
50 50
                 </p>
51 51
             <?php endif; ?>
52 52
         </td>
@@ -62,9 +62,9 @@  discard block
 block discarded – undo
62 62
             <br/>
63 63
             <p class="description">
64 64
                 <?php esc_html_e(
65
-                    'Categories are hierarchical.  You can change the parent for this category here.',
66
-                    'event_espresso'
67
-                ); ?>
65
+					'Categories are hierarchical.  You can change the parent for this category here.',
66
+					'event_espresso'
67
+				); ?>
68 68
             </p>
69 69
         </td>
70 70
     </tr>
Please login to merge, or discard this patch.