Completed
Branch dependabot/composer/wp-graphql... (64393b)
by
unknown
04:29
created
admin_pages/maintenance/templates/ee_migration_was_borked_page.template.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
 <p>
98 98
     <?php printf(
99 99
         esc_html__('...or copy-and-paste the below information to %1$s %2$s %3$s', "event_espresso"),
100
-        '<a href="mailto:' . EE_SUPPORT_EMAIL . '">',
100
+        '<a href="mailto:'.EE_SUPPORT_EMAIL.'">',
101 101
         EE_SUPPORT_EMAIL,
102 102
         "</a>"
103 103
     ); ?>
Please login to merge, or discard this patch.
Indentation   +36 added lines, -36 removed lines patch added patch discarded remove patch
@@ -7,13 +7,13 @@  discard block
 block discarded – undo
7 7
 <h1><?php esc_html_e("Data Migration Error", "event_espresso"); ?></h1>
8 8
 <p class='error'>
9 9
     <?php printf(
10
-        esc_html__(
11
-            "Your last Database Update had a %s fatal error and was halted%s.",
12
-            "event_espresso"
13
-        ),
14
-        "<b>",
15
-        "</b>"
16
-    ); ?>
10
+		esc_html__(
11
+			"Your last Database Update had a %s fatal error and was halted%s.",
12
+			"event_espresso"
13
+		),
14
+		"<b>",
15
+		"</b>"
16
+	); ?>
17 17
 </p>
18 18
 <a id="show-hide-migration-warnings" class="display-the-hidden">
19 19
     <?php esc_html_e("Show Errors", 'event_espresso'); ?>
@@ -25,15 +25,15 @@  discard block
 block discarded – undo
25 25
 </ul>
26 26
 <h2>
27 27
     <?php esc_html_e(
28
-        "Fill out the below form to automatically Send Event Espresso a Crash Report",
29
-        "event_espresso"
30
-    ); ?>
28
+		"Fill out the below form to automatically Send Event Espresso a Crash Report",
29
+		"event_espresso"
30
+	); ?>
31 31
 </h2>
32 32
 <form action='<?php echo esc_url_raw(
33
-    EE_Admin_Page::add_query_args_and_nonce(
34
-        ['action' => 'send_migration_crash_report'],
35
-        EE_MAINTENANCE_ADMIN_URL
36
-    )
33
+	EE_Admin_Page::add_query_args_and_nonce(
34
+		['action' => 'send_migration_crash_report'],
35
+		EE_MAINTENANCE_ADMIN_URL
36
+	)
37 37
 );
38 38
 ?>' method='post'
39 39
 >
@@ -59,9 +59,9 @@  discard block
 block discarded – undo
59 59
                        type='text'
60 60
                        style="width:200px"
61 61
                        value='<?php printf(
62
-                           esc_html__("Admin of %s", "event_espresso"),
63
-                           get_bloginfo('name', 'display')
64
-                       ); ?>'
62
+						   esc_html__("Admin of %s", "event_espresso"),
63
+						   get_bloginfo('name', 'display')
64
+					   ); ?>'
65 65
                 />
66 66
             </td>
67 67
         </tr>
@@ -71,14 +71,14 @@  discard block
 block discarded – undo
71 71
             </td>
72 72
             <td>
73 73
                 <textarea name="body" id="body" class='system_status_info'><?php esc_textarea(__(
74
-                    "Enter any comments about why you think the error may have occurred",
75
-                    "event_espresso"
76
-                )); ?></textarea>
74
+					"Enter any comments about why you think the error may have occurred",
75
+					"event_espresso"
76
+				)); ?></textarea>
77 77
                 <p class='description'>
78 78
                     <?php esc_textarea(__(
79
-                        "Note: the System Information report will also be added to the email's body, which contains information about your Event Espresso, Wordpress, and PHP settings which can be helpful in debugging the problem.",
80
-                        "event_espresso"
81
-                    )); ?>
79
+						"Note: the System Information report will also be added to the email's body, which contains information about your Event Espresso, Wordpress, and PHP settings which can be helpful in debugging the problem.",
80
+						"event_espresso"
81
+					)); ?>
82 82
                 </p>
83 83
             </td>
84 84
         </tr>
@@ -94,24 +94,24 @@  discard block
 block discarded – undo
94 94
 <br>
95 95
 <p>
96 96
     <?php printf(
97
-        esc_html__('...or copy-and-paste the below information to %1$s %2$s %3$s', "event_espresso"),
98
-        '<a href="mailto:' . EE_SUPPORT_EMAIL . '">',
99
-        EE_SUPPORT_EMAIL,
100
-        "</a>"
101
-    ); ?>
97
+		esc_html__('...or copy-and-paste the below information to %1$s %2$s %3$s', "event_espresso"),
98
+		'<a href="mailto:' . EE_SUPPORT_EMAIL . '">',
99
+		EE_SUPPORT_EMAIL,
100
+		"</a>"
101
+	); ?>
102 102
 </p>
103 103
 <textarea class="system_status_info"><?php print_r(EEM_System_Status::instance()->get_system_stati()) ?></textarea>
104 104
 <p>
105 105
     <?php printf(
106
-        esc_html__('%1$sNext Step%2$s', 'event_espresso'),
107
-        "<a href='$next_url'>",
108
-        "</a>"
109
-    ); ?>
106
+		esc_html__('%1$sNext Step%2$s', 'event_espresso'),
107
+		"<a href='$next_url'>",
108
+		"</a>"
109
+	); ?>
110 110
 </p>
111 111
 <p>
112 112
     <?php printf(
113
-        esc_html__('...or %1$sDON\'T send crash report%2$s.', 'event_espresso'),
114
-        "<a href='$next_url'>",
115
-        "</a>"
116
-    ); ?>
113
+		esc_html__('...or %1$sDON\'T send crash report%2$s.', 'event_espresso'),
114
+		"<a href='$next_url'>",
115
+		"</a>"
116
+	); ?>
117 117
 </p>
Please login to merge, or discard this patch.
maintenance/templates/ee_confirm_migration_crash_report_sent.template.php 2 patches
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     <p>
25 25
         <?php printf(
26 26
             esc_html__("Please copy-and-paste the system information below to %s", "event_espresso"),
27
-            '<a href="mailto:' . EE_SUPPORT_EMAIL . '">' . EE_SUPPORT_EMAIL . "</a>"
27
+            '<a href="mailto:'.EE_SUPPORT_EMAIL.'">'.EE_SUPPORT_EMAIL."</a>"
28 28
         ); ?></p>
29 29
     <label>
30 30
         <?php esc_html_e("system status info", "event_espresso"); ?>
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
                             'First, %1$s check the forums %2$s to see if there is a solution before re-attempting the Database Update. Often it helps to deactivate other plugins which may have conflicts; or it may help to add %3$s to your %4$s wp-config.php%5$s (which will make the update run slower, but may resolve any memory exhaustion errors.',
58 58
                             'event_espresso'
59 59
                         ),
60
-                        "<a href='" . EE_SUPPORT_EMAIL . "' target='_blank'>",
60
+                        "<a href='".EE_SUPPORT_EMAIL."' target='_blank'>",
61 61
                         '</a>',
62 62
                         '<pre lang="php">define( \'EE_MIGRATION_STEP_SIZE\', 10 );</pre>',
63 63
                         '<b>',
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
                         'Just make sure you\'ve %1$s checked for a solution in the forums,%2$s and properly contacted Support. We will get back to you as soon as possible',
93 93
                         'event_espresso'
94 94
                     ),
95
-                    "<a href='" . EE_SUPPORT_EMAIL . "'>",
95
+                    "<a href='".EE_SUPPORT_EMAIL."'>",
96 96
                     "</a>"
97 97
                 );
98 98
                 ?>
Please login to merge, or discard this patch.
Indentation   +71 added lines, -71 removed lines patch added patch discarded remove patch
@@ -11,27 +11,27 @@  discard block
 block discarded – undo
11 11
     <h1><?php esc_html_e("Database Update Crash Report Sent", "event_espresso"); ?></h1>
12 12
     <p>
13 13
         <?php esc_html_e(
14
-            "A crash report email was sent to Event Espresso. You should hear back from us soon.",
15
-            "event_espresso"
16
-        ); ?></p>
14
+			"A crash report email was sent to Event Espresso. You should hear back from us soon.",
15
+			"event_espresso"
16
+		); ?></p>
17 17
 <?php } else {// didn't send email properly ?>
18 18
     <h1><?php esc_html_e("Migration Report not sent", "event_espresso"); ?></h1>
19 19
     <p>
20 20
         <?php esc_html_e(
21
-            "An error occurred and we were not able to automatically send a report to Event Espresso support.",
22
-            "event_espresso"
23
-        ); ?></p>
21
+			"An error occurred and we were not able to automatically send a report to Event Espresso support.",
22
+			"event_espresso"
23
+		); ?></p>
24 24
     <p>
25 25
         <?php printf(
26
-            esc_html__("Please copy-and-paste the system information below to %s", "event_espresso"),
27
-            '<a href="mailto:' . EE_SUPPORT_EMAIL . '">' . EE_SUPPORT_EMAIL . "</a>"
28
-        ); ?></p>
26
+			esc_html__("Please copy-and-paste the system information below to %s", "event_espresso"),
27
+			'<a href="mailto:' . EE_SUPPORT_EMAIL . '">' . EE_SUPPORT_EMAIL . "</a>"
28
+		); ?></p>
29 29
     <label>
30 30
         <?php esc_html_e("system status info", "event_espresso"); ?>
31 31
         <textarea name="system_status_info" class="system_status_info">
32 32
             <?php print_r(
33
-                EEM_System_Status::instance()->get_system_stati()
34
-            ); ?></textarea>
33
+				EEM_System_Status::instance()->get_system_stati()
34
+			); ?></textarea>
35 35
     </label>
36 36
 <?php } ?>
37 37
 
@@ -52,32 +52,32 @@  discard block
 block discarded – undo
52 52
             <td>
53 53
                 <p>
54 54
                     <?php
55
-                    printf(
56
-                        esc_html__(
57
-                            'First, %1$s check the forums %2$s to see if there is a solution before re-attempting the Database Update. Often it helps to deactivate other plugins which may have conflicts; or it may help to add %3$s to your %4$s wp-config.php%5$s (which will make the update run slower, but may resolve any memory exhaustion errors.',
58
-                            'event_espresso'
59
-                        ),
60
-                        "<a href='" . EE_SUPPORT_EMAIL . "' target='_blank'>",
61
-                        '</a>',
62
-                        '<pre lang="php">define( \'EE_MIGRATION_STEP_SIZE\', 10 );</pre>',
63
-                        '<b>',
64
-                        '</b>'
65
-                    );
66
-                    ?>
55
+					printf(
56
+						esc_html__(
57
+							'First, %1$s check the forums %2$s to see if there is a solution before re-attempting the Database Update. Often it helps to deactivate other plugins which may have conflicts; or it may help to add %3$s to your %4$s wp-config.php%5$s (which will make the update run slower, but may resolve any memory exhaustion errors.',
58
+							'event_espresso'
59
+						),
60
+						"<a href='" . EE_SUPPORT_EMAIL . "' target='_blank'>",
61
+						'</a>',
62
+						'<pre lang="php">define( \'EE_MIGRATION_STEP_SIZE\', 10 );</pre>',
63
+						'<b>',
64
+						'</b>'
65
+					);
66
+					?>
67 67
                 </p>
68 68
 
69 69
                 <p>
70 70
                     <?php
71
-                    printf(
72
-                        esc_html__(
73
-                            'To retry updating your data: restore to the backup you made before the update and reactivate EE (and any addons you are using) and re-run the Database Update. If you did not make a database backup and are migrating from EE3: delete your EE4 data (use the %1$s Reset/Delete Data tab above%2$s), and then reactivate EE4, and then re-run the migration and updates. If you did not make a database backup, are only updating from a previous install of EE4, have found a solution to the fatal error you received, and are willing to possibly have some data lost, %3$sattempt to continue migrating%2$s.',
74
-                            'event_espresso'
75
-                        ),
76
-                        "<a href='$reset_db_page_url'>",
77
-                        "</a>",
78
-                        "<a class='button--primary' href='$reattempt_action_url'>"
79
-                    );
80
-                    ?>
71
+					printf(
72
+						esc_html__(
73
+							'To retry updating your data: restore to the backup you made before the update and reactivate EE (and any addons you are using) and re-run the Database Update. If you did not make a database backup and are migrating from EE3: delete your EE4 data (use the %1$s Reset/Delete Data tab above%2$s), and then reactivate EE4, and then re-run the migration and updates. If you did not make a database backup, are only updating from a previous install of EE4, have found a solution to the fatal error you received, and are willing to possibly have some data lost, %3$sattempt to continue migrating%2$s.',
74
+							'event_espresso'
75
+						),
76
+						"<a href='$reset_db_page_url'>",
77
+						"</a>",
78
+						"<a class='button--primary' href='$reattempt_action_url'>"
79
+					);
80
+					?>
81 81
                 </p>
82 82
             </td>
83 83
         </tr>
@@ -87,66 +87,66 @@  discard block
 block discarded – undo
87 87
             </td>
88 88
             <td>
89 89
                 <?php
90
-                printf(
91
-                    esc_html__(
92
-                        'Just make sure you\'ve %1$s checked for a solution in the forums,%2$s and properly contacted Support. We will get back to you as soon as possible',
93
-                        'event_espresso'
94
-                    ),
95
-                    "<a href='" . EE_SUPPORT_EMAIL . "'>",
96
-                    "</a>"
97
-                );
98
-                ?>
90
+				printf(
91
+					esc_html__(
92
+						'Just make sure you\'ve %1$s checked for a solution in the forums,%2$s and properly contacted Support. We will get back to you as soon as possible',
93
+						'event_espresso'
94
+					),
95
+					"<a href='" . EE_SUPPORT_EMAIL . "'>",
96
+					"</a>"
97
+				);
98
+				?>
99 99
             </td>
100 100
         </tr>
101 101
         <tr>
102 102
             <td>
103 103
                 <p class='big-text'>
104 104
                     <?php printf(
105
-                        esc_html__('I don\'t need my old EE %s data', 'event_espresso'),
106
-                        $most_recent_migration->slug()
107
-                    ); ?></p>
105
+						esc_html__('I don\'t need my old EE %s data', 'event_espresso'),
106
+						$most_recent_migration->slug()
107
+					); ?></p>
108 108
             </td>
109 109
             <td>
110 110
                 <?php
111
-                printf(
112
-                    esc_html__(
113
-                        'If you are ok with losing all the EE %1$s data, you can skip the Database Updates and %2$s use EE4 with only default Data%3$s',
114
-                        'event_espresso'
115
-                    ),
116
-                    $most_recent_migration->slug(),
117
-                    "<a id='do-not-migrate' class='do-not-migrate button--primary' href='$reset_db_action_url'>",
118
-                    "</a>"
119
-                );
120
-                ?>
111
+				printf(
112
+					esc_html__(
113
+						'If you are ok with losing all the EE %1$s data, you can skip the Database Updates and %2$s use EE4 with only default Data%3$s',
114
+						'event_espresso'
115
+					),
116
+					$most_recent_migration->slug(),
117
+					"<a id='do-not-migrate' class='do-not-migrate button--primary' href='$reset_db_action_url'>",
118
+					"</a>"
119
+				);
120
+				?>
121 121
             </td>
122 122
         </tr>
123 123
         <tr>
124 124
             <td>
125 125
                 <p class='big-text'>
126 126
                     <?php printf(
127
-                        esc_html__('I want to go back to my old version of EE %1$s', 'event_espresso'),
128
-                        $most_recent_migration->slug()
129
-                    ); ?>
127
+						esc_html__('I want to go back to my old version of EE %1$s', 'event_espresso'),
128
+						$most_recent_migration->slug()
129
+					); ?>
130 130
             </td>
131 131
             <td>
132 132
                 <p>
133 133
                     <?php
134
-                    printf(
135
-                        esc_html__(
136
-                            'Then we suggest you re-activate the old version of EE %3$s and restore your database to the backup you made just before the Database Update . If you didn\'t backup your database and are migrating from EE3, you can also delete your EE4 data (use on the %1$s"Reset/Delete Data" tab above%2$s), and then reactivate EE3 from the plugins page. Note: some of your EE3 shortcodes may have been changed to their EE4 equivalents, so you will need to change them back.',
137
-                            'event_espresso'
138
-                        ),
139
-                        "<a href='$reset_db_page_url'>",
140
-                        "</a>",
141
-                        $most_recent_migration->slug()
142
-                    );
143
-                    ?>
134
+					printf(
135
+						esc_html__(
136
+							'Then we suggest you re-activate the old version of EE %3$s and restore your database to the backup you made just before the Database Update . If you didn\'t backup your database and are migrating from EE3, you can also delete your EE4 data (use on the %1$s"Reset/Delete Data" tab above%2$s), and then reactivate EE3 from the plugins page. Note: some of your EE3 shortcodes may have been changed to their EE4 equivalents, so you will need to change them back.',
137
+							'event_espresso'
138
+						),
139
+						"<a href='$reset_db_page_url'>",
140
+						"</a>",
141
+						$most_recent_migration->slug()
142
+					);
143
+					?>
144 144
                 </p>
145 145
                 <p>
146 146
                     <?php esc_html_e(
147
-                        "If you ever decide to re-attempt using EE4, you will again be given the option to migrate your EE3 data or not.",
148
-                        'event_espresso'
149
-                    ); ?></p>
147
+						"If you ever decide to re-attempt using EE4, you will again be given the option to migrate your EE3 data or not.",
148
+						'event_espresso'
149
+					); ?></p>
150 150
             </td>
151 151
         </tr>
152 152
 
Please login to merge, or discard this patch.
venues/help_tabs/venues_overview_views_bulk_actions_search.help_tab.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@  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 venues at once. The following bulk actions are supported: Delete. To use the bulk action feature, place a checkmark next to the venues 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 venues at once. The following bulk actions are supported: Delete. To use the bulk action feature, place a checkmark next to the venues 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
     <br />
10 10
 </p>
11 11
 <p>
@@ -13,9 +13,9 @@  discard block
 block discarded – undo
13 13
 </p>
14 14
 <p>
15 15
     <?php esc_html_e(
16
-        'Views allow you to restrict what you see in the Venues Overview table. The following views are available: All. The number in parentheses next to each view represents the number of venues that will be displayed with that view.',
17
-        'event_espresso'
18
-    ); ?>
16
+		'Views allow you to restrict what you see in the Venues Overview table. The following views are available: All. The number in parentheses next to each view represents the number of venues that will be displayed with that view.',
17
+		'event_espresso'
18
+	); ?>
19 19
     <br />
20 20
 </p>
21 21
 <ul>
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 </p>
36 36
 <p>
37 37
     <?php esc_html_e(
38
-        'You can perform a search to find certain venues. The following sources will be searched: Venue Name (title), Venue Description, Venue Short Description (excerpt), Venue Address, Venue City, Venue Zip / Postal Code, Venue Phone, Venue URL, Venue Virtual Phone, Venue Google Map Link, Event Name (title), Event Description, Event Phone, and Event External URL. To use the search feature, enter a value into the search box and click on the Search Venues button.',
39
-        'event_espresso'
40
-    ); ?>
38
+		'You can perform a search to find certain venues. The following sources will be searched: Venue Name (title), Venue Description, Venue Short Description (excerpt), Venue Address, Venue City, Venue Zip / Postal Code, Venue Phone, Venue URL, Venue Virtual Phone, Venue Google Map Link, Event Name (title), Event Description, Event Phone, and Event External URL. To use the search feature, enter a value into the search box and click on the Search Venues button.',
39
+		'event_espresso'
40
+	); ?>
41 41
 </p>
42 42
\ No newline at end of file
Please login to merge, or discard this patch.
venues/help_tabs/venues_overview_table_column_headings.help_tab.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@  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__('This is the numerical ID for a venue. This value is used internally for %s.', 'event_espresso'),
15
-            Domain::brandName()
16
-        ); ?>
14
+			esc_html__('This is the numerical ID for a venue. This value is used internally for %s.', 'event_espresso'),
15
+			Domain::brandName()
16
+		); ?>
17 17
     </li>
18 18
     <li>
19 19
         <strong><?php esc_html_e('Name', 'event_espresso'); ?></strong>
@@ -34,11 +34,11 @@  discard block
 block discarded – undo
34 34
         <strong><?php esc_html_e('Capacity', 'event_espresso'); ?></strong>
35 35
         <br />
36 36
         <?php printf(
37
-            esc_html__(
38
-                'This is the capacity of the venue. If no limit is set, then the capacity will be set to infinity (%s).',
39
-                'event_espresso'
40
-            ),
41
-            '&#8734'
42
-        ); ?>
37
+			esc_html__(
38
+				'This is the capacity of the venue. If no limit is set, then the capacity will be set to infinity (%s).',
39
+				'event_espresso'
40
+			),
41
+			'&#8734'
42
+		); ?>
43 43
     </li>
44 44
 </ul>
Please login to merge, or discard this patch.
venues_editor_physical_location_google_map_virtual_location.help_tab.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -5,29 +5,29 @@
 block discarded – undo
5 5
     <?php esc_html_e('Enter the physical address for this venue. This field is optional.', 'event_espresso'); ?>
6 6
     <br />
7 7
     <?php printf(
8
-        esc_html__(
9
-            'The countries that are shown in the dropdown are controlled through the "Country Appears in Dropdown Select Lists" setting which is in the %sCountries tab%s on the General Settings page. Once on this page, you can specify whether to show a country in this dropdown by selecting yes or no and saving changes.',
10
-            'event_espresso'
11
-        ),
12
-        '<a href="admin.php?page=espresso_general_settings&action=country_settings">',
13
-        '</a>'
14
-    ); ?>
8
+		esc_html__(
9
+			'The countries that are shown in the dropdown are controlled through the "Country Appears in Dropdown Select Lists" setting which is in the %sCountries tab%s on the General Settings page. Once on this page, you can specify whether to show a country in this dropdown by selecting yes or no and saving changes.',
10
+			'event_espresso'
11
+		),
12
+		'<a href="admin.php?page=espresso_general_settings&action=country_settings">',
13
+		'</a>'
14
+	); ?>
15 15
 </p>
16 16
 <p>
17 17
     <strong><?php esc_html_e('Google Map', 'event_espresso'); ?></strong>
18 18
 </p>
19 19
 <p>
20 20
     <?php esc_html_e(
21
-        'Specify whether to show a Google Map for this venue. You can also provide a link which is used in Event Espresso emails.',
22
-        'event_espresso'
23
-    ); ?>
21
+		'Specify whether to show a Google Map for this venue. You can also provide a link which is used in Event Espresso emails.',
22
+		'event_espresso'
23
+	); ?>
24 24
 </p>
25 25
 <p>
26 26
     <strong><?php esc_html_e('Virtual Location', 'event_espresso'); ?></strong>
27 27
 </p>
28 28
 <p>
29 29
     <?php esc_html_e(
30
-        'Enter the URL (website address) for the venue and a provide a call-in number. This field is optional and is typically uses for virtual events such as webinars.',
31
-        'event_espresso'
32
-    ); ?>
30
+		'Enter the URL (website address) for the venue and a provide a call-in number. This field is optional and is typically uses for virtual events such as webinars.',
31
+		'event_espresso'
32
+	); ?>
33 33
 </p>
34 34
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/venues/help_tabs/venues_editor_tags_categories.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
-        'You can setup tags for your venue. This is optional. To add a tag, enter it into the tag field and click on the Add button.',
7
-        'event_espresso'
8
-    ); ?>
6
+		'You can setup tags for your venue. This is optional. To add a tag, enter it into the tag field and click on the Add button.',
7
+		'event_espresso'
8
+	); ?>
9 9
 </p>
10 10
 <p>
11 11
     <strong><?php esc_html_e('Venue Categories', 'event_espresso'); ?></strong>
12 12
 </p>
13 13
 <p>
14 14
     <?php esc_html_e(
15
-        'You can setup categories for your venue. This is optional. To add a venue category, select one from the tabs or click on the add new category link and enter a name for your venue category and click on the add new category button.',
16
-        'event_espresso'
17
-    ); ?>
15
+		'You can setup categories for your venue. This is optional. To add a venue category, select one from the tabs or click on the add new category link and enter a name for your venue category and click on the add new category button.',
16
+		'event_espresso'
17
+	); ?>
18 18
 </p>
19 19
\ No newline at end of file
Please login to merge, or discard this patch.
venues/help_tabs/venues_editor_title_richtexteditor.help_tab.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 </p>
10 10
 <p>
11 11
     <?php esc_html_e(
12
-        'The rich text editor can be used to create a description for your venue. Similar to WordPress pages and posts, you can upload images and customize your text by using the options on the toolbar.',
13
-        'event_espresso'
14
-    ); ?>
12
+		'The rich text editor can be used to create a description for your venue. Similar to WordPress pages and posts, you can upload images and customize your text by using the options on the toolbar.',
13
+		'event_espresso'
14
+	); ?>
15 15
 </p>
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/venues/help_tabs/venues_categories_other.help_tab.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@  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 venue categories at once. The following bulk actions are supported: delete permanently and export categories. To use the bulk action feature, place a checkmark next to the events 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 venue categories at once. The following bulk actions are supported: delete permanently and export categories. To use the bulk action feature, place a checkmark next to the events 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
     <br />
10 10
 </p>
11 11
 <p>
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 </p>
14 14
 <p>
15 15
     <?php esc_html_e(
16
-        'You can perform a search to find certain venue categories. The following sources will be searched: Venue Category ID, Venue Category Name, Venue Shortcode, and Venue Count. To use the search feature, enter a value into the search box and click on the Search Venue Categories button.',
17
-        'event_espresso'
18
-    ); ?>
16
+		'You can perform a search to find certain venue categories. The following sources will be searched: Venue Category ID, Venue Category Name, Venue Shortcode, and Venue Count. To use the search feature, enter a value into the search box and click on the Search Venue Categories button.',
17
+		'event_espresso'
18
+	); ?>
19 19
 </p>
20 20
\ No newline at end of file
Please login to merge, or discard this patch.
venues/help_tabs/venues_categories_table_column_headings.help_tab.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
         <strong><?php esc_html_e('Shortcode', 'event_espresso'); ?></strong>
17 17
         <br />
18 18
         <?php esc_html_e(
19
-            'This venue category shortcode can be entered on a event page, WordPress page, or WordPress post.',
20
-            'event_espresso'
21
-        ); ?>
19
+			'This venue category shortcode can be entered on a event page, WordPress page, or WordPress post.',
20
+			'event_espresso'
21
+		); ?>
22 22
     </li>
23 23
     <li>
24 24
         <strong><?php esc_html_e('Venues', 'event_espresso'); ?></strong>
Please login to merge, or discard this patch.