Completed
Branch EE5Update (bc64e6)
by
unknown
09:36 queued 05:38
created
admin_pages/messages/templates/ee_msg_messages_help_tab.template.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <h2><?php esc_html_e('What is the Event Espresso Messages System?', 'event_espresso'); ?></h2>
2 2
 <p>
3 3
     <?php printf(
4
-        esc_html__(
5
-            'The Event Espresso Messages system is a powerful framework that Event Espresso uses to prepare %1$smessages%2$s for different types of use (message types) and delivered by different %1$smessengers%2$s.',
6
-            'event_espresso'
7
-        ),
8
-        '<strong>',
9
-        '</strong>'
10
-    ); ?>
4
+		esc_html__(
5
+			'The Event Espresso Messages system is a powerful framework that Event Espresso uses to prepare %1$smessages%2$s for different types of use (message types) and delivered by different %1$smessengers%2$s.',
6
+			'event_espresso'
7
+		),
8
+		'<strong>',
9
+		'</strong>'
10
+	); ?>
11 11
 </p>
12 12
 <p>
13 13
     <?php esc_html_e(
14
-        'We\'ve intentionally created this framework so that we have as much flexibility as possible for future ideas that we think of (or customers think of) for the kinds of messages that get sent out related to your events.',
15
-        'event_espresso'
16
-    ); ?>
14
+		'We\'ve intentionally created this framework so that we have as much flexibility as possible for future ideas that we think of (or customers think of) for the kinds of messages that get sent out related to your events.',
15
+		'event_espresso'
16
+	); ?>
17 17
 </p>
18 18
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/messages/help_tabs/messages_overview_views.help_tab.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <p><strong><?php esc_html_e('Message Views', 'event_espresso'); ?></strong></p>
2 2
 <p>
3 3
     <?php esc_html_e(
4
-        'Views allow you to restrict what you see in the Messages Overview table. The number in parentheses next to each view represents the number of message templates that will be displayed with that view.',
5
-        'event_espresso'
6
-    ); ?>
4
+		'Views allow you to restrict what you see in the Messages Overview table. The number in parentheses next to each view represents the number of message templates that will be displayed with that view.',
5
+		'event_espresso'
6
+	); ?>
7 7
 </p>
8 8
 <ul>
9 9
     <li>
Please login to merge, or discard this patch.
messages/help_tabs/messages_overview_table_column_headings.help_tab.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
     <li>
8 8
         <strong><?php esc_html_e('Messenger', 'event_espresso'); ?></strong><br />
9 9
         <?php esc_html_e(
10
-            'Shows the Messenger that will handle the delivery of messages. Hovering over the Messenger will provide you with an additional option to Edit the current message template. Clicking on Email will take you to the Message Templates Editor so you can edit the message template for an Event Admin. Clicking on Event Admin will also take you to the Message Templates Editor. Clicking on Primary Registrant will take you to the Message Templates Editor so that you can edit the message template that is sent to the Primary Registrant. Clicking on the Edit link will also take you to the Message Templates Editor so that you can edit the message template that is sent to the Event Admin.',
11
-            'event_espresso'
12
-        ); ?>
10
+			'Shows the Messenger that will handle the delivery of messages. Hovering over the Messenger will provide you with an additional option to Edit the current message template. Clicking on Email will take you to the Message Templates Editor so you can edit the message template for an Event Admin. Clicking on Event Admin will also take you to the Message Templates Editor. Clicking on Primary Registrant will take you to the Message Templates Editor so that you can edit the message template that is sent to the Primary Registrant. Clicking on the Edit link will also take you to the Message Templates Editor so that you can edit the message template that is sent to the Event Admin.',
11
+			'event_espresso'
12
+		); ?>
13 13
     </li>
14 14
     <li>
15 15
         <strong><?php esc_html_e('Description', 'event_espresso'); ?></strong><br />
Please login to merge, or discard this patch.
admin_pages/messages/help_tabs/messages_overview_filters.help_tab.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <p><strong><?php esc_html_e('Message Filters', 'event_espresso'); ?></strong></p>
2 2
 <p>
3 3
     <?php esc_html_e(
4
-        'Filters are a way to show message templates that fall into certain criteria.',
5
-        'event_espresso'
6
-    ); ?>
4
+		'Filters are a way to show message templates that fall into certain criteria.',
5
+		'event_espresso'
6
+	); ?>
7 7
     <br />
8 8
 </p>
9 9
 <ul>
10 10
     <li>
11 11
         <strong><?php esc_html_e('Filter by Messengers', 'event_espresso'); ?></strong><br />
12 12
         <?php esc_html_e(
13
-            'Select a messenger type and then click the button to enable that filter.',
14
-            'event_espresso'
15
-        ); ?>
13
+			'Select a messenger type and then click the button to enable that filter.',
14
+			'event_espresso'
15
+		); ?>
16 16
     </li>
17 17
     <li>
18 18
         <strong><?php esc_html_e('Filter by Message Types', 'event_espresso'); ?></strong><br />
Please login to merge, or discard this patch.
admin_pages/messages/help_tabs/messages_overview_other.help_tab.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 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 Message Types at once. The following bulk actions are supported: Move to Trash. To use the bulk action feature, place a checkmark next to the message types 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 Message Types at once. The following bulk actions are supported: Move to Trash. To use the bulk action feature, place a checkmark next to the message types 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
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/messages/help_tabs/messages_settings_message_types.help_tab.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 </p>
4 4
 <p>
5 5
     <?php esc_html_e(
6
-        'There may be times where you want to deactivate (or activate new) Message Types for a particular messenger. The messages system makes it easy to do so. To deactivate a Message Type, drag the message type box from the "active area" into the "inactive" area in the right sidebar. To re-activate, simply reverse your steps. Remember that when you deactivate a message type, if that message type has any settings, the settings will be lost. However, any message templates that match the messenger and message type you deactivated will be preserved, they are just marked "inactive" in the database.',
7
-        'event_espresso'
8
-    ); ?>
6
+		'There may be times where you want to deactivate (or activate new) Message Types for a particular messenger. The messages system makes it easy to do so. To deactivate a Message Type, drag the message type box from the "active area" into the "inactive" area in the right sidebar. To re-activate, simply reverse your steps. Remember that when you deactivate a message type, if that message type has any settings, the settings will be lost. However, any message templates that match the messenger and message type you deactivated will be preserved, they are just marked "inactive" in the database.',
7
+		'event_espresso'
8
+	); ?>
9 9
 </p>
10 10
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/messages/help_tabs/messages_preview.help_tab.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -3,48 +3,48 @@
 block discarded – undo
3 3
 </p>
4 4
 <p>
5 5
     <?php esc_html_e(
6
-        'The Messages Preview page can be accessed by clicking the Preview button while editing a message template. This feature has been created as a way of previewing what the final generated messages will look like when received by a recipient.  Here\'s how the preview is prepared:',
7
-        'event_espresso'
8
-    ); ?>
6
+		'The Messages Preview page can be accessed by clicking the Preview button while editing a message template. This feature has been created as a way of previewing what the final generated messages will look like when received by a recipient.  Here\'s how the preview is prepared:',
7
+		'event_espresso'
8
+	); ?>
9 9
 </p>
10 10
 <p>
11 11
     <strong>
12 12
         <?php esc_html_e(
13
-            '1. The system retrieves the appropriate template based on the given messenger, message type, and context',
14
-            'event_espresso'
15
-        ); ?>
13
+			'1. The system retrieves the appropriate template based on the given messenger, message type, and context',
14
+			'event_espresso'
15
+		); ?>
16 16
     </strong>
17 17
 </p>
18 18
 <p>
19 19
     <?php esc_html_e(
20
-        'When you click the preview button, the messages system remembers what template is being "previewed" based on the messenger, message_type, context and event (if this is a custom event template).',
21
-        'event_espresso'
22
-    ); ?>
20
+		'When you click the preview button, the messages system remembers what template is being "previewed" based on the messenger, message_type, context and event (if this is a custom event template).',
21
+		'event_espresso'
22
+	); ?>
23 23
 </p>
24 24
 <p>
25 25
     <strong><?php esc_html_e('2. Setup data', 'event_espresso'); ?></strong>
26 26
 </p>
27 27
 <p>
28 28
     <?php esc_html_e(
29
-        'Before any shortcodes in the template can be parsed, the previewer needs to know what data to use for the shortcodes. Some of the data is dummy data that the previewer generates, but wherever possible the previewer will use actual data from your database. For example, all the organization shortcodes will use actual data you\'ve setup for your organization. For global template previews, the previewer will obtain the first active event from your database and use data from it. If you are previewing a custom event template then THAT event will be used for the preview. The only data that is dummy data is typically data that would be entered by a person registering for an event.',
30
-        'event_espresso'
31
-    ); ?>
29
+		'Before any shortcodes in the template can be parsed, the previewer needs to know what data to use for the shortcodes. Some of the data is dummy data that the previewer generates, but wherever possible the previewer will use actual data from your database. For example, all the organization shortcodes will use actual data you\'ve setup for your organization. For global template previews, the previewer will obtain the first active event from your database and use data from it. If you are previewing a custom event template then THAT event will be used for the preview. The only data that is dummy data is typically data that would be entered by a person registering for an event.',
30
+		'event_espresso'
31
+	); ?>
32 32
 </p>
33 33
 <p>
34 34
     <strong><?php esc_html_e('3. Parse shortcodes', 'event_espresso'); ?></strong>
35 35
 </p>
36 36
 <p>
37 37
     <?php esc_html_e(
38
-        'The previewer then goes through all the shortcodes in the template being previewed and replaces them using the prepared data. This is a good way of making sure that the shortcodes are working as you expect, and also clearly seeing what is being displayed for that shortcode when someone receives that message.',
39
-        'event_espresso'
40
-    ); ?>
38
+		'The previewer then goes through all the shortcodes in the template being previewed and replaces them using the prepared data. This is a good way of making sure that the shortcodes are working as you expect, and also clearly seeing what is being displayed for that shortcode when someone receives that message.',
39
+		'event_espresso'
40
+	); ?>
41 41
 </p>
42 42
 <p>
43 43
     <strong><?php esc_html_e('4. Display the preview', 'event_espresso'); ?></strong>
44 44
 </p>
45 45
 <p>
46 46
     <?php esc_html_e(
47
-        'An important thing to remember about the previewer is that for the most part, the previewer uses the same underlying system that will be used for actual outgoing messages, so you can be certain that what you see in the preview is what users will see when they receive the message.  It is yet another tool provided to make it easier for you to customize the look of your outgoing messages.',
48
-        'event_espresso'
49
-    ); ?>
47
+		'An important thing to remember about the previewer is that for the most part, the previewer uses the same underlying system that will be used for actual outgoing messages, so you can be certain that what you see in the preview is what users will see when they receive the message.  It is yet another tool provided to make it easier for you to customize the look of your outgoing messages.',
48
+		'event_espresso'
49
+	); ?>
50 50
 </p>
51 51
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/messages/help_tabs/messages_overview_messengers.help_tab.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <p><strong><?php esc_html_e('Messengers', 'event_espresso'); ?></strong></p>
2 2
 <p>
3 3
     <?php
4
-    printf(
5
-        esc_html__(
6
-            'Messengers are the vehicles that deliver messages to individuals (recipients). By default, every install of Event Espresso has the %sEmail%s messenger active. The Email messenger is a vehicle for delivering messages.  Other possible vehicles might be any social media applications, 3rd party API\'s etc.',
7
-            'event_espresso'
8
-        ),
9
-        '<strong>',
10
-        '</strong>'
11
-    );
12
-    ?>
4
+	printf(
5
+		esc_html__(
6
+			'Messengers are the vehicles that deliver messages to individuals (recipients). By default, every install of Event Espresso has the %sEmail%s messenger active. The Email messenger is a vehicle for delivering messages.  Other possible vehicles might be any social media applications, 3rd party API\'s etc.',
7
+			'event_espresso'
8
+		),
9
+		'<strong>',
10
+		'</strong>'
11
+	);
12
+	?>
13 13
 </p>
14 14
\ No newline at end of file
Please login to merge, or discard this patch.
support/templates/support_admin_details_shortcodes_attendee.template.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -3,17 +3,17 @@  discard block
 block discarded – undo
3 3
 <div class="padding">
4 4
     <p>
5 5
         <?php printf(
6
-            esc_html__(
7
-                '%1$sNote:%2$s The %3$s[ESPRESSO_EVENT_ATTENDEES]%4$s shortcode is not used to represent the attendees post type directly, but is instead used to represent the intersection of attendees with events. So it\'s always returning a list of attendees %5$sin relation to%6$s an event.',
8
-                'event_espresso'
9
-            ),
10
-            '<strong>',
11
-            '</strong>',
12
-            '<code>',
13
-            '</code>',
14
-            '<em>',
15
-            '</em>'
16
-        ); ?>
6
+			esc_html__(
7
+				'%1$sNote:%2$s The %3$s[ESPRESSO_EVENT_ATTENDEES]%4$s shortcode is not used to represent the attendees post type directly, but is instead used to represent the intersection of attendees with events. So it\'s always returning a list of attendees %5$sin relation to%6$s an event.',
8
+				'event_espresso'
9
+			),
10
+			'<strong>',
11
+			'</strong>',
12
+			'<code>',
13
+			'</code>',
14
+			'<em>',
15
+			'</em>'
16
+		); ?>
17 17
     </p>
18 18
 
19 19
     <ul>
@@ -21,9 +21,9 @@  discard block
 block discarded – undo
21 21
             <strong>[ESPRESSO_EVENT_ATTENDEES]</strong><br>
22 22
             <p class="description">
23 23
                 <?php esc_html_e(
24
-                    'With no parameters, this shows the attendees for the earliest active event, or if no active event, the earliest upcoming event.  If it is used in Event Description, then it will show the attendees for that event.',
25
-                    'event_espresso'
26
-                ); ?>
24
+					'With no parameters, this shows the attendees for the earliest active event, or if no active event, the earliest upcoming event.  If it is used in Event Description, then it will show the attendees for that event.',
25
+					'event_espresso'
26
+				); ?>
27 27
             </p>
28 28
             <br>
29 29
         </li>
@@ -52,20 +52,20 @@  discard block
 block discarded – undo
52 52
             <strong>[ESPRESSO_EVENT_ATTENDEES status=RAP]</strong><br>
53 53
             <p class="description">
54 54
                 <?php esc_html_e(
55
-                    'You can list attendees that have a specific registration status (use status code) or use "all" to return all attendees regardless of status.  Default when you don\'t have this parameter set is to only return attendees attached to approved contacts.',
56
-                    'event_espresso'
57
-                ); ?>
55
+					'You can list attendees that have a specific registration status (use status code) or use "all" to return all attendees regardless of status.  Default when you don\'t have this parameter set is to only return attendees attached to approved contacts.',
56
+					'event_espresso'
57
+				); ?>
58 58
             </p>
59 59
             <p>
60 60
                 <?php esc_html_e('The statuses you can use are:', 'event_espresso'); ?>
61 61
                 <br>
62 62
                 <?php
63
-                foreach ($reg_status_array as $status_code => $status_label) {
64
-                    $status_code = esc_html($status_code);
65
-                    $status_label = esc_html($status_label);
66
-                    echo "<strong>$status_code</strong>:&nbsp;$status_label<br>";
67
-                }
68
-                ?>
63
+				foreach ($reg_status_array as $status_code => $status_label) {
64
+					$status_code = esc_html($status_code);
65
+					$status_label = esc_html($status_label);
66
+					echo "<strong>$status_code</strong>:&nbsp;$status_label<br>";
67
+				}
68
+				?>
69 69
 
70 70
             </p>
71 71
             <br>
@@ -74,9 +74,9 @@  discard block
 block discarded – undo
74 74
             <strong>[ESPRESSO_EVENT_ATTENDEES display_on_archives=true]</strong><br>
75 75
             <p class="description">
76 76
                 <?php esc_html_e(
77
-                    'Will display the attendees list when events are viewed on archive pages.',
78
-                    'event_espresso'
79
-                ); ?>
77
+					'Will display the attendees list when events are viewed on archive pages.',
78
+					'event_espresso'
79
+				); ?>
80 80
             </p>
81 81
             <br>
82 82
         </li>
Please login to merge, or discard this patch.