Completed
Branch fix-dummy-related-question-qst... (e5efcf)
by
unknown
07:49 queued 03:45
created
help_tabs/registrations_details_registrant_details.help_tab.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
 </ul>
30 30
 <p>
31 31
     <?php esc_html_e(
32
-        'You can edit contact information this Contact by clicking on the View / Edit this Contact link.',
33
-        'event_espresso'
34
-    ); ?>
32
+		'You can edit contact information this Contact by clicking on the View / Edit this Contact link.',
33
+		'event_espresso'
34
+	); ?>
35 35
     <br />
36 36
 </p>
37 37
\ No newline at end of file
Please login to merge, or discard this patch.
registrations/help_tabs/registrations_details_table.help_tab.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@  discard block
 block discarded – undo
1 1
 <p>
2 2
     <?php esc_html_e(
3
-        'The Registration Details table shows Registration Items that are associated with a registration. You can resend registration information by clicking on the Resend Registration button. You can also view a transaction for a registration by clicking on the View Transaction button.',
4
-        'event_espresso'
5
-    ); ?>
3
+		'The Registration Details table shows Registration Items that are associated with a registration. You can resend registration information by clicking on the Resend Registration button. You can also view a transaction for a registration by clicking on the View Transaction button.',
4
+		'event_espresso'
5
+	); ?>
6 6
 </p>
7 7
 <p>
8 8
     <strong><?php esc_html_e('Registration Items', 'event_espresso'); ?></strong>
9 9
 </p>
10 10
 <p>
11 11
     <?php esc_html_e(
12
-        'This area of the table shows information about any events that were included in this registration.',
13
-        'event_espresso'
14
-    ); ?>
12
+		'This area of the table shows information about any events that were included in this registration.',
13
+		'event_espresso'
14
+	); ?>
15 15
     <br />
16 16
 </p>
17 17
 <ul>
@@ -47,16 +47,16 @@  discard block
 block discarded – undo
47 47
         <strong><?php esc_html_e('Line Total', 'event_espresso'); ?></strong>
48 48
         <br />
49 49
         <?php esc_html_e(
50
-            'Shows the total based on the quantity of tickets multiplied by the price of each ticket.',
51
-            'event_espresso'
52
-        ); ?>
50
+			'Shows the total based on the quantity of tickets multiplied by the price of each ticket.',
51
+			'event_espresso'
52
+		); ?>
53 53
     </li>
54 54
     <li>
55 55
         <strong><?php esc_html_e('Taxes', 'event_espresso'); ?></strong><br />
56 56
         <?php esc_html_e(
57
-            'Shows any taxes that have been applied. May be listed as a sales tax or a federal tax.',
58
-            'event_espresso'
59
-        ); ?>
57
+			'Shows any taxes that have been applied. May be listed as a sales tax or a federal tax.',
58
+			'event_espresso'
59
+		); ?>
60 60
     </li>
61 61
     <li>
62 62
         <strong><?php esc_html_e('Grand Total', 'event_espresso'); ?></strong><br />
Please login to merge, or discard this patch.
registrations/help_tabs/registrations_event_checkin_filters.help_tab.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,24 +3,24 @@
 block discarded – undo
3 3
 </p>
4 4
 <p>
5 5
     <?php esc_html_e(
6
-        'Filters are a way to show registrations that fall into certain criteria. Note: you must first select an Event to see all available options for filters. Only registrations with a status of Approved or Pending Payment are shown in this view.',
7
-        'event_espresso'
8
-    ); ?>
6
+		'Filters are a way to show registrations that fall into certain criteria. Note: you must first select an Event to see all available options for filters. Only registrations with a status of Approved or Pending Payment are shown in this view.',
7
+		'event_espresso'
8
+	); ?>
9 9
 </p>
10 10
 <ul>
11 11
     <li>
12 12
         <strong><?php esc_html_e('Filter by Event', 'event_espresso'); ?></strong><br />
13 13
         <?php esc_html_e(
14
-            'Begin the check-in process by selecting an event and clicking on the Filter button.',
15
-            'event_espresso'
16
-        ); ?>
14
+			'Begin the check-in process by selecting an event and clicking on the Filter button.',
15
+			'event_espresso'
16
+		); ?>
17 17
     </li>
18 18
     <li>
19 19
         <strong><?php esc_html_e('Filter by date', 'event_espresso'); ?></strong><br />
20 20
         <?php esc_html_e(
21
-            'Events that occur on multiple dates will have multiple datetimes available for check-in. Select your date and click on the Filter button.',
22
-            'event_espresso'
23
-        ); ?>
21
+			'Events that occur on multiple dates will have multiple datetimes available for check-in. Select your date and click on the Filter button.',
22
+			'event_espresso'
23
+		); ?>
24 24
     </li>
25 25
 </ul>
26 26
 <p>
Please login to merge, or discard this patch.
help_tabs/registrations_overview_table_column_headings.help_tab.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -11,20 +11,20 @@  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
-                'The is the numerical ID of an registration. This value is used internally for %s.',
16
-                'event_espresso'
17
-            ),
18
-            Domain::brandName()
19
-        ); ?>
14
+			esc_html__(
15
+				'The is the numerical ID of an registration. 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('Name', 'event_espresso'); ?></strong>
23 23
         <br />
24 24
         <?php esc_html_e(
25
-            'This is the name of a registrant. The primary registrant will have a star to the right of their name.',
26
-            'event_espresso'
27
-        ); ?>
25
+			'This is the name of a registrant. The primary registrant will have a star to the right of their name.',
26
+			'event_espresso'
27
+		); ?>
28 28
     </li>
29 29
     <li>
30 30
         <strong><?php esc_html_e('TXN Date', 'event_espresso'); ?></strong>
@@ -55,14 +55,14 @@  discard block
 block discarded – undo
55 55
         <strong><?php esc_html_e('Actions', 'event_espresso'); ?></strong>
56 56
         <br />
57 57
         <?php printf(
58
-            esc_html__(
59
-                'Using the action buttons you can View Registration Details %1$s, Edit Contact Details %2$s, Resend Registration Details %3$s, and View Transaction Details %4$s.',
60
-                'event_espresso'
61
-            ),
62
-            '<span class="dashicons dashicons-search"></span>',
63
-            '<span class="dashicons dashicons-businessman"></span>',
64
-            '<span class="ee-icon ee-icon-email-send"></span>',
65
-            '<span class="ee-icon ee-icon-cash"></span>'
66
-        ); ?>
58
+			esc_html__(
59
+				'Using the action buttons you can View Registration Details %1$s, Edit Contact Details %2$s, Resend Registration Details %3$s, and View Transaction Details %4$s.',
60
+				'event_espresso'
61
+			),
62
+			'<span class="dashicons dashicons-search"></span>',
63
+			'<span class="dashicons dashicons-businessman"></span>',
64
+			'<span class="ee-icon ee-icon-email-send"></span>',
65
+			'<span class="ee-icon ee-icon-cash"></span>'
66
+		); ?>
67 67
     </li>
68 68
 </ul>
69 69
\ No newline at end of file
Please login to merge, or discard this patch.
registrations/help_tabs/registrations_details_form_answers.help_tab.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -3,16 +3,16 @@
 block discarded – undo
3 3
 </p>
4 4
 <p>
5 5
     <?php esc_html_e(
6
-        'This area shows the custom questions and answers for this registrant. Any answers to system questions have been saved with the contact record for this registrant. Those answers can be edited by clicking on the the link for View/Edit this Contact which appears in the Contact Details metabox in the sidebar.',
7
-        'event_espresso'
8
-    ); ?>
6
+		'This area shows the custom questions and answers for this registrant. Any answers to system questions have been saved with the contact record for this registrant. Those answers can be edited by clicking on the the link for View/Edit this Contact which appears in the Contact Details metabox in the sidebar.',
7
+		'event_espresso'
8
+	); ?>
9 9
 </p>
10 10
 <p>
11 11
     <strong><?php esc_html_e('Existing Questions are Linked to a Registrant', 'event_espresso'); ?></strong>
12 12
 </p>
13 13
 <p>
14 14
     <?php esc_html_e(
15
-        'Questions that have already been asked will be shown as part of a registrant record. This accounts for both existing registrants and future registrants where an event admin may decide to remove certain questions. The future registrant records will only display the questions that they are asked and answer. Questions are displayed in this order: Question Group, then by set question order in the group.',
16
-        'event_espresso'
17
-    ); ?>
15
+		'Questions that have already been asked will be shown as part of a registrant record. This accounts for both existing registrants and future registrants where an event admin may decide to remove certain questions. The future registrant records will only display the questions that they are asked and answer. Questions are displayed in this order: Question Group, then by set question order in the group.',
16
+		'event_espresso'
17
+	); ?>
18 18
 </p>
19 19
\ No newline at end of file
Please login to merge, or discard this patch.
general_settings/templates/country_details_settings.template.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 <table id="general-setting-country-details-tbl" class="form-table">
9 9
     <tbody>
10 10
     <?php
11
-    foreach ($inputs as $ID => $input) {
12
-        echo EEH_Form_Fields::generate_form_input($input); // already escaped
13
-    }
14
-    ?>
11
+	foreach ($inputs as $ID => $input) {
12
+		echo EEH_Form_Fields::generate_form_input($input); // already escaped
13
+	}
14
+	?>
15 15
     <tr>
16 16
         <th></th>
17 17
         <td>
Please login to merge, or discard this patch.
admin_pages/general_settings/templates/espresso_page_settings.template.php 1 patch
Indentation   +63 added lines, -63 removed lines patch added patch discarded remove patch
@@ -17,13 +17,13 @@  discard block
 block discarded – undo
17 17
     </h2>
18 18
     <p class="ee-attention">
19 19
         <?php printf(
20
-            esc_html__(
21
-                'The following shortcodes and page settings are required for Event Espresso to function properly. These shortcodes should not be replaced with any other shortcodes. Please view %sthis page%s for a list of optional shortcodes you can use on other pages.',
22
-                'event_espresso'
23
-            ),
24
-            '<a href="admin.php?page=espresso_support">',
25
-            '</a>'
26
-        );
20
+			esc_html__(
21
+				'The following shortcodes and page settings are required for Event Espresso to function properly. These shortcodes should not be replaced with any other shortcodes. Please view %sthis page%s for a list of optional shortcodes you can use on other pages.',
22
+				'event_espresso'
23
+			),
24
+			'<a href="admin.php?page=espresso_support">',
25
+			'</a>'
26
+		);
27 27
 ?>
28 28
     </p>
29 29
 
@@ -50,19 +50,19 @@  discard block
 block discarded – undo
50 50
                     </select>
51 51
                     <span>
52 52
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
53
-                        $reg_page_obj,
54
-                        '[ESPRESSO_CHECKOUT]'
55
-                    ); // already escaped ?>
53
+						$reg_page_obj,
54
+						'[ESPRESSO_CHECKOUT]'
55
+					); // already escaped ?>
56 56
                 </span>
57 57
                     <br />
58 58
                     <p class="description">
59 59
                         <?php printf(
60
-                            esc_html__(
61
-                                'This page can be hidden from navigation if desired, but should always contain the %s shortcode.',
62
-                                'event_espresso'
63
-                            ),
64
-                            '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CHECKOUT]</span>'
65
-                        );
60
+							esc_html__(
61
+								'This page can be hidden from navigation if desired, but should always contain the %s shortcode.',
62
+								'event_espresso'
63
+							),
64
+							'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CHECKOUT]</span>'
65
+						);
66 66
 ?>
67 67
                     </p>
68 68
                     <br /><br />
@@ -93,19 +93,19 @@  discard block
 block discarded – undo
93 93
                     </select>
94 94
                     <span>
95 95
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
96
-                        $txn_page_obj,
97
-                        '[ESPRESSO_TXN_PAGE]'
98
-                    ); // already escaped ?>
96
+						$txn_page_obj,
97
+						'[ESPRESSO_TXN_PAGE]'
98
+					); // already escaped ?>
99 99
                 </span>
100 100
                     <br />
101 101
                     <p class="description">
102 102
                         <?php printf(
103
-                            esc_html__(
104
-                                'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
105
-                                'event_espresso'
106
-                            ),
107
-                            '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_TXN_PAGE]</span>'
108
-                        );
103
+							esc_html__(
104
+								'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
105
+								'event_espresso'
106
+							),
107
+							'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_TXN_PAGE]</span>'
108
+						);
109 109
 ?>
110 110
                     </p>
111 111
                     <br /><br />
@@ -132,19 +132,19 @@  discard block
 block discarded – undo
132 132
                     </select>
133 133
                     <span>
134 134
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
135
-                        $thank_you_page_obj,
136
-                        '[ESPRESSO_THANK_YOU]'
137
-                    ); // already escaped ?>
135
+						$thank_you_page_obj,
136
+						'[ESPRESSO_THANK_YOU]'
137
+					); // already escaped ?>
138 138
                 </span>
139 139
                     <br />
140 140
                     <p class="description">
141 141
                         <?php printf(
142
-                            esc_html__(
143
-                                'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
144
-                                'event_espresso'
145
-                            ),
146
-                            '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_THANK_YOU]</span>'
147
-                        );
142
+							esc_html__(
143
+								'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain the %s shortcode.',
144
+								'event_espresso'
145
+							),
146
+							'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_THANK_YOU]</span>'
147
+						);
148 148
 ?>
149 149
                     </p>
150 150
                     <br /><br />
@@ -171,19 +171,19 @@  discard block
 block discarded – undo
171 171
                     </select>
172 172
                     <span>
173 173
                     <?php echo General_Settings_Admin_Page::page_and_shortcode_status(
174
-                        $cancel_page_obj,
175
-                        '[ESPRESSO_CANCELLED]'
176
-                    ); // already escaped ?>
174
+						$cancel_page_obj,
175
+						'[ESPRESSO_CANCELLED]'
176
+					); // already escaped ?>
177 177
                 </span>
178 178
                     <br />
179 179
                     <p class="description">
180 180
                         <?php printf(
181
-                            esc_html__(
182
-                                'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain a "cancelled transaction" message and the %s shortcode.',
183
-                                'event_espresso'
184
-                            ),
185
-                            '<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CANCELLED]</span>'
186
-                        );
181
+							esc_html__(
182
+								'This page should be hidden from your navigation, but still viewable to the public (not password protected), and should always contain a "cancelled transaction" message and the %s shortcode.',
183
+								'event_espresso'
184
+							),
185
+							'<span class="highlight" style="padding:3px;margin:0;">[ESPRESSO_CANCELLED]</span>'
186
+						);
187 187
 ?>
188 188
                     </p>
189 189
                     <br /><br />
@@ -206,19 +206,19 @@  discard block
 block discarded – undo
206 206
                 <td>
207 207
                     <p class="description">
208 208
                         <?php esc_html_e(
209
-                            'Events are custom post types and use WordPress\' normal archive pages for displaying events.',
210
-                            'event_espresso'
211
-                        ) ?>
209
+							'Events are custom post types and use WordPress\' normal archive pages for displaying events.',
210
+							'event_espresso'
211
+						) ?>
212 212
                     </p>
213 213
                     <p class="description">
214 214
                         <?php printf(
215
-                            esc_html__(
216
-                                'If you would still like your events on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
217
-                                'event_espresso'
218
-                            ),
219
-                            '<a href="admin.php?page=espresso_support">',
220
-                            '</a>'
221
-                        ); ?>
215
+							esc_html__(
216
+								'If you would still like your events on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
217
+								'event_espresso'
218
+							),
219
+							'<a href="admin.php?page=espresso_support">',
220
+							'</a>'
221
+						); ?>
222 222
                     </p>
223 223
                     <br /><br />
224 224
                 </td>
@@ -240,19 +240,19 @@  discard block
 block discarded – undo
240 240
                 <td>
241 241
                     <p class="description">
242 242
                         <?php esc_html_e(
243
-                            'Venues are custom post types and use WordPress\' normal archive pages for displaying events.',
244
-                            'event_espresso'
245
-                        ) ?>
243
+							'Venues are custom post types and use WordPress\' normal archive pages for displaying events.',
244
+							'event_espresso'
245
+						) ?>
246 246
                     </p>
247 247
                     <p class="description">
248 248
                         <?php printf(
249
-                            esc_html__(
250
-                                'If you would still like your venues on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
251
-                                'event_espresso'
252
-                            ),
253
-                            '<a href="admin.php?page=espresso_support">',
254
-                            '</a>'
255
-                        ); ?>
249
+							esc_html__(
250
+								'If you would still like your venues on a page like in Event Espresso 3.1 or earlier, simply create a page and place a shortcode to display them on the page, as described %s here %s',
251
+								'event_espresso'
252
+							),
253
+							'<a href="admin.php?page=espresso_support">',
254
+							'</a>'
255
+						); ?>
256 256
                     </p>
257 257
                 </td>
258 258
             </tr>
Please login to merge, or discard this patch.
admin_pages/about/templates/whats_new.template.php 2 patches
Indentation   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -17,47 +17,47 @@
 block discarded – undo
17 17
     </h3>
18 18
     <p>
19 19
         <?php
20
-        echo printf(
21
-            esc_html__('%3$sVersion %1$s%4$s is a %2$s bug fix/enhancement release.', 'event_espresso'),
22
-            EVENT_ESPRESSO_VERSION,
23
-            $type,
24
-            '<strong>',
25
-            '</strong>'
26
-        );
27
-        printf(
28
-            esc_html__('For more information, see %1$sthe release notes%2$s.', 'event_espresso'),
29
-            '<a href="https://eventespresso.com/wiki/ee4-changelog/#' . $version . '">',
30
-            '</a>'
31
-        );
32
-        ?>
20
+		echo printf(
21
+			esc_html__('%3$sVersion %1$s%4$s is a %2$s bug fix/enhancement release.', 'event_espresso'),
22
+			EVENT_ESPRESSO_VERSION,
23
+			$type,
24
+			'<strong>',
25
+			'</strong>'
26
+		);
27
+		printf(
28
+			esc_html__('For more information, see %1$sthe release notes%2$s.', 'event_espresso'),
29
+			'<a href="https://eventespresso.com/wiki/ee4-changelog/#' . $version . '">',
30
+			'</a>'
31
+		);
32
+		?>
33 33
     </p>
34 34
 </div>
35 35
 
36 36
 <div class="changelog">
37 37
     <?php
38
-    // maintenance mode on?
39
-    if (EE_Maintenance_Mode::instance()->level() == EE_Maintenance_Mode::level_2_complete_maintenance) {
40
-        ?>
38
+	// maintenance mode on?
39
+	if (EE_Maintenance_Mode::instance()->level() == EE_Maintenance_Mode::level_2_complete_maintenance) {
40
+		?>
41 41
         <div class="ee-attention">
42 42
             <h2 class="ee-maintenance-mode-callout">
43 43
                 <?php esc_html_e('Event Espresso is in full maintenance mode.', 'event_espresso'); ?>
44 44
             </h2>
45 45
             <p>
46 46
                 <?php
47
-                printf(
48
-                    esc_html__(
49
-                        'A previous version of Event Espresso has detected. But before anything else can happen, we need to know whether or not to migrate (copy over) your existing event data so that it can be utilized by EE4. For more instructions on what to do, please visit the %sEvent Espresso Maintenance%s page.',
50
-                        'event_espresso'
51
-                    ),
52
-                    '<a href="admin.php?page=espresso_maintenance_settings">',
53
-                    '</a>'
54
-                );
55
-                ?>
47
+				printf(
48
+					esc_html__(
49
+						'A previous version of Event Espresso has detected. But before anything else can happen, we need to know whether or not to migrate (copy over) your existing event data so that it can be utilized by EE4. For more instructions on what to do, please visit the %sEvent Espresso Maintenance%s page.',
50
+						'event_espresso'
51
+					),
52
+					'<a href="admin.php?page=espresso_maintenance_settings">',
53
+					'</a>'
54
+				);
55
+				?>
56 56
             </p>
57 57
         </div>
58 58
         <?php
59
-    }
60
-    ?>
59
+	}
60
+	?>
61 61
 
62 62
     <h2 class="about-headline-callout">Initial EE4 Decaf (free) Release</h2>
63 63
     <p>This is the initial release of EE4 Decaf. This is the free version of our very powerful event registration and
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         );
27 27
         printf(
28 28
             esc_html__('For more information, see %1$sthe release notes%2$s.', 'event_espresso'),
29
-            '<a href="https://eventespresso.com/wiki/ee4-changelog/#' . $version . '">',
29
+            '<a href="https://eventespresso.com/wiki/ee4-changelog/#'.$version.'">',
30 30
             '</a>'
31 31
         );
32 32
         ?>
Please login to merge, or discard this patch.
admin_pages/about/templates/reviews.template.php 2 patches
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@  discard block
 block discarded – undo
1 1
 <h2 style="text-align: left;"><?php esc_html_e('Who uses Event Espresso?', 'event_espresso'); ?></h2>
2 2
 <p>
3 3
     <?php printf(
4
-        esc_html__(
5
-            'Event Espresso is used by over 40,000 event organizers across the world. They host %sconferences%s, %sart classes%s, training courses, concerts, fundraisers, workshops, %sfilm festivals%s, %spaint and wine%s, and more.',
6
-            'event_espresso'
7
-        ),
8
-        '<a href="https://eventespresso.com/use-cases/conferences/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
9
-        '</a>',
10
-        '<a href="https://eventespresso.com/use-cases/art-classes/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
11
-        '</a>',
12
-        '<a href="https://eventespresso.com/use-cases/film-festival-ticketing-software/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
13
-        '</a>',
14
-        '<a href="https://eventespresso.com/use-cases/paint-wine-party-ticketing-software/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
15
-        '</a>'
16
-    ); ?>
4
+		esc_html__(
5
+			'Event Espresso is used by over 40,000 event organizers across the world. They host %sconferences%s, %sart classes%s, training courses, concerts, fundraisers, workshops, %sfilm festivals%s, %spaint and wine%s, and more.',
6
+			'event_espresso'
7
+		),
8
+		'<a href="https://eventespresso.com/use-cases/conferences/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
9
+		'</a>',
10
+		'<a href="https://eventespresso.com/use-cases/art-classes/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
11
+		'</a>',
12
+		'<a href="https://eventespresso.com/use-cases/film-festival-ticketing-software/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
13
+		'</a>',
14
+		'<a href="https://eventespresso.com/use-cases/paint-wine-party-ticketing-software/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=Decaf+vs+Regular">',
15
+		'</a>'
16
+	); ?>
17 17
 </p>
18 18
 
19 19
 <h2 class="about-headline-callout">
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
 </div>
207 207
 <?php
208 208
 if (! defined('EE_CAF_URL')) {
209
-    ?>
209
+	?>
210 210
     <div align="right">
211 211
         <a
212 212
             href="https://eventespresso.com/pricing/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=reviews+tab"
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
 </div>
398 398
 <?php
399 399
 if (! defined('EE_CAF_URL')) {
400
-    ?>
400
+	?>
401 401
     <div align="right">
402 402
         <a href="https://eventespresso.com/pricing/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=reviews+tab"
403 403
            target="_blank"
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
 </div>
572 572
 <?php
573 573
 if (! defined('EE_CAF_URL')) {
574
-    ?>
574
+	?>
575 575
     <div align="right">
576 576
         <a href="https://eventespresso.com/pricing/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=reviews+tab"
577 577
            target="_blank"
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
 
206 206
 </div>
207 207
 <?php
208
-if (! defined('EE_CAF_URL')) {
208
+if ( ! defined('EE_CAF_URL')) {
209 209
     ?>
210 210
     <div align="right">
211 211
         <a
@@ -396,7 +396,7 @@  discard block
 block discarded – undo
396 396
 
397 397
 </div>
398 398
 <?php
399
-if (! defined('EE_CAF_URL')) {
399
+if ( ! defined('EE_CAF_URL')) {
400 400
     ?>
401 401
     <div align="right">
402 402
         <a href="https://eventespresso.com/pricing/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=reviews+tab"
@@ -570,7 +570,7 @@  discard block
 block discarded – undo
570 570
     </div>
571 571
 </div>
572 572
 <?php
573
-if (! defined('EE_CAF_URL')) {
573
+if ( ! defined('EE_CAF_URL')) {
574 574
     ?>
575 575
     <div align="right">
576 576
         <a href="https://eventespresso.com/pricing/?utm_source=wordpress_org&amp;utm_medium=link&amp;utm_campaign=decaf_about_page&amp;utm_content=reviews+tab"
Please login to merge, or discard this patch.