Completed
Branch dependabot/composer/tijsverkoy... (491ea6)
by
unknown
32:00 queued 25:42
created
messages/templates/ee_msg_messages_shortcodes_help_tab.template.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
     </p>
10 10
     <p>
11 11
         <?php esc_html_e(
12
-            'The following list of shortcodes can be used for this Messenger and Message Type. You can use the descriptions to learn what the shortcode will be parsed to when the final message is generated.',
13
-            'event_espresso'
14
-        ); ?>
12
+			'The following list of shortcodes can be used for this Messenger and Message Type. You can use the descriptions to learn what the shortcode will be parsed to when the final message is generated.',
13
+			'event_espresso'
14
+		); ?>
15 15
     </p>
16 16
 
17 17
 <?php
Please login to merge, or discard this patch.
messages/templates/ee_msg_details_messenger_mt_meta_box.template.php 2 patches
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,11 @@
 block discarded – undo
17 17
                  'event_espresso'
18 18
              )
19 19
              . '</p>';
20
-    else : ?>
21
-        <p class="active-on-message <?php echo esc_attr($hide_on_message); ?>">
20
+    else {
21
+    	: ?>
22
+        <p class="active-on-message <?php echo esc_attr($hide_on_message);
23
+    }
24
+    ?>">
22 25
             <?php printf(
23 26
                 esc_html__(
24 27
                     'Below are message types that are currently %sactive%s with this messenger. Drag them over to the "Inactive Message Types" box to deactivate them.',
Please login to merge, or discard this patch.
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -15,23 +15,23 @@
 block discarded – undo
15 15
 <div class="<?php echo esc_attr($messenger); ?>-content">
16 16
     <?php echo wp_kses($content, AllowedTags::getWithFormTags()); ?>
17 17
     <?php if (empty($inactive_message_types) && empty($active_message_types)) :
18
-        echo '<p>'
19
-             . esc_html__(
20
-                 'This messenger is not currently used with any message types for templates but merely adds to the shortcodes available for templates on other messenger and message types.',
21
-                 'event_espresso'
22
-             )
23
-             . '</p>';
24
-    else : ?>
18
+		echo '<p>'
19
+			 . esc_html__(
20
+				 'This messenger is not currently used with any message types for templates but merely adds to the shortcodes available for templates on other messenger and message types.',
21
+				 'event_espresso'
22
+			 )
23
+			 . '</p>';
24
+	else : ?>
25 25
         <p class="active-on-message <?php echo esc_attr($hide_on_message); ?>">
26 26
             <?php printf(
27
-                esc_html__(
28
-                    'Below are message types that are currently %sactive%s with this messenger. Drag them over to the "Inactive Message Types" box to deactivate them.',
29
-                    'event_espresso'
30
-                ),
31
-                '<strong>',
32
-                '</strong>'
33
-            );
34
-            ?>
27
+				esc_html__(
28
+					'Below are message types that are currently %sactive%s with this messenger. Drag them over to the "Inactive Message Types" box to deactivate them.',
29
+					'event_espresso'
30
+				),
31
+				'<strong>',
32
+				'</strong>'
33
+			);
34
+			?>
35 35
         <p>
36 36
         <div<?php if ($active) : ?>
37 37
             id="active-message-types"
Please login to merge, or discard this patch.
messages/templates/ee_msg_message_templates_help_tab.template.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,23 +1,23 @@
 block discarded – undo
1 1
 <h2><?php esc_html_e('What are Message Templates', 'event_espresso'); ?></h2>
2 2
 <p>
3 3
     <?php printf(
4
-        esc_html__(
5
-            'Message Templates are the %1$sformat%2$s of the messages going out. Think of them like a “Form letter”. Templates are used to tell the system what you want your messages to look like and the content they will have when they are delivered.',
6
-            'event_espresso'
7
-        ),
8
-        '<em>',
9
-        '</em>'
10
-    ); ?>
4
+		esc_html__(
5
+			'Message Templates are the %1$sformat%2$s of the messages going out. Think of them like a “Form letter”. Templates are used to tell the system what you want your messages to look like and the content they will have when they are delivered.',
6
+			'event_espresso'
7
+		),
8
+		'<em>',
9
+		'</em>'
10
+	); ?>
11 11
 </p>
12 12
 <p>
13 13
     <?php esc_html_e(
14
-        'There is a template created for each messenger/message type AND context combination. So example, Emails that are sent for the Payment confirmation have a template for Event Administrator and a different one for Primary Registrant.  Whereas, emails that are sent for the Registration confirmation have 3 templates, one for Event Administrator, Primary Registrant, and Registrant.',
15
-        'event_espresso'
16
-    ); ?>
14
+		'There is a template created for each messenger/message type AND context combination. So example, Emails that are sent for the Payment confirmation have a template for Event Administrator and a different one for Primary Registrant.  Whereas, emails that are sent for the Registration confirmation have 3 templates, one for Event Administrator, Primary Registrant, and Registrant.',
15
+		'event_espresso'
16
+	); ?>
17 17
 </p>
18 18
 <p>
19 19
     <?php esc_html_e(
20
-        'With the Event Espresso Messages system, every Messenger, Message Type and Context will have a global template created with some default content on creation.  You have the ability to edit this global template that will be used for all events you create.  However, you also have the ability to create custom templates for each event on the edit event page for the event (in a metabox labelled "Notifications").',
21
-        'event_espresso'
22
-    ); ?>
20
+		'With the Event Espresso Messages system, every Messenger, Message Type and Context will have a global template created with some default content on creation.  You have the ability to edit this global template that will be used for all events you create.  However, you also have the ability to create custom templates for each event on the edit event page for the event (in a metabox labelled "Notifications").',
21
+		'event_espresso'
22
+	); ?>
23 23
 </p>
24 24
\ No newline at end of file
Please login to merge, or discard this patch.
messages/templates/ee_msg_details_main_edit_meta_box.template.php 3 patches
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,9 +52,12 @@
 block discarded – undo
52 52
             </p>
53 53
         </div>
54 54
         <?php
55
-    else :
55
+    else {
56
+    	:
56 57
         ?>
57
-        <input type="hidden" name="ee_msg_non_global_fields[MTP_name]" value="<?php echo esc_attr($MTP->name()); ?>">
58
+        <input type="hidden" name="ee_msg_non_global_fields[MTP_name]" value="<?php echo esc_attr($MTP->name());
59
+    }
60
+    ?>">
58 61
         <input type="hidden"
59 62
                name="ee_msg_non_global_fields[MTP_description]"
60 63
                value="<?php echo esc_attr($MTP->description()); ?>"
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     <input type="hidden" id="ee-msg-current-context" name="MTP_context" value="<?php echo esc_attr($context); ?>" />
19 19
     <!-- if this is not a global template then let's show the name and description fields -->
20 20
     <?php
21
-    if (! $MTP->is_global()) : ?>
21
+    if ( ! $MTP->is_global()) : ?>
22 22
         <div class="non-global-mtp-fields">
23 23
             <div class="ee-info-box">
24 24
                 <p>
Please login to merge, or discard this patch.
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -23,14 +23,14 @@  discard block
 block discarded – undo
23 23
     <input type="hidden" id="ee-msg-current-context" name="MTP_context" value="<?php echo esc_attr($context); ?>" />
24 24
     <!-- if this is not a global template then let's show the name and description fields -->
25 25
     <?php
26
-    if (! $MTP->is_global()) : ?>
26
+	if (! $MTP->is_global()) : ?>
27 27
         <div class="non-global-mtp-fields">
28 28
             <div class="ee-info-box">
29 29
                 <p>
30 30
                     <?php esc_html_e(
31
-                        'This is a custom template.  Custom Templates have an editable name and description to help you differentiate between templates.',
32
-                        'event_espresso'
33
-                    ); ?>
31
+						'This is a custom template.  Custom Templates have an editable name and description to help you differentiate between templates.',
32
+						'event_espresso'
33
+					); ?>
34 34
                 </p>
35 35
             </div>
36 36
             <div id="titlediv">
@@ -59,8 +59,8 @@  discard block
 block discarded – undo
59 59
             </p>
60 60
         </div>
61 61
         <?php
62
-    else :
63
-        ?>
62
+	else :
63
+		?>
64 64
         <input type="hidden" name="ee_msg_non_global_fields[MTP_name]" value="<?php echo esc_attr($MTP->name()); ?>">
65 65
         <input type="hidden"
66 66
                name="ee_msg_non_global_fields[MTP_description]"
@@ -69,18 +69,18 @@  discard block
 block discarded – undo
69 69
     <?php endif; ?>
70 70
     <!-- we need to loop through the template_fields so we know our structure -->
71 71
     <?php
72
-    if (isset($template_fields) && ! empty($template_fields) && ! is_wp_error($template_fields)) {
73
-        echo wp_kses($template_fields, AllowedTags::getWithFullTags());
74
-    } else {
75
-        ?>
72
+	if (isset($template_fields) && ! empty($template_fields) && ! is_wp_error($template_fields)) {
73
+		echo wp_kses($template_fields, AllowedTags::getWithFullTags());
74
+	} else {
75
+		?>
76 76
         <p>
77 77
             <?php esc_html_e(
78
-                'Something has gone wrong, there are no template fields to output.',
79
-                'event_espresso'
80
-            ); ?>
78
+				'Something has gone wrong, there are no template fields to output.',
79
+				'event_espresso'
80
+			); ?>
81 81
         </p>
82 82
         <?php
83
-    }
83
+	}
84 84
 
85
-    ?>
85
+	?>
86 86
 </div> <!-- end #admin-primary-mbox-dv -->
Please login to merge, or discard this patch.
admin_pages/messages/templates/ee_msg_preview_help_tab.template.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -1,44 +1,44 @@
 block discarded – undo
1 1
 <h2><?php esc_html_e('What the preview page shows', 'event_espresso'); ?></h2>
2 2
 <p>
3 3
     <?php esc_html_e(
4
-        'This page is 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.  Here\'s how the preview is prepared:',
5
-        'event_espresso'
6
-    ); ?>
4
+		'This page is 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.  Here\'s how the preview is prepared:',
5
+		'event_espresso'
6
+	); ?>
7 7
 </p>
8 8
 
9 9
 <h3>
10 10
     <?php esc_html_e(
11
-        '1. The system retrieves the appropriate template based on the given messenger, message type, and context',
12
-        'event_espresso'
13
-    ); ?>
11
+		'1. The system retrieves the appropriate template based on the given messenger, message type, and context',
12
+		'event_espresso'
13
+	); ?>
14 14
 </h3>
15 15
 <p>
16 16
     <?php esc_html_e(
17
-        '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).',
18
-        'event_espresso'
19
-    ); ?>
17
+		'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).',
18
+		'event_espresso'
19
+	); ?>
20 20
 </p>
21 21
 
22 22
 <h3><?php esc_html_e('2. Setup data.', 'event_espresso'); ?></h3>
23 23
 <p>
24 24
     <?php esc_html_e(
25
-        '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',
26
-        'event_espresso'
27
-    ); ?>
25
+		'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',
26
+		'event_espresso'
27
+	); ?>
28 28
 </p>
29 29
 
30 30
 <h3><?php esc_html_e('3. Parse shortcodes', 'event_espresso'); ?></h3>
31 31
 <p>
32 32
     <?php esc_html_e(
33
-        '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.',
34
-        'event_espresso'
35
-    ); ?>
33
+		'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.',
34
+		'event_espresso'
35
+	); ?>
36 36
 </p>
37 37
 
38 38
 <h3><?php esc_html_e('4. Display the preview!', 'event_espresso'); ?></h3>
39 39
 <p>
40 40
     <?php esc_html_e(
41
-        '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.',
42
-        'event_espresso'
43
-    ); ?>
41
+		'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.',
42
+		'event_espresso'
43
+	); ?>
44 44
 </p>
45 45
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/messages/templates/ee_msg_overview_help_tab.template.php 1 patch
Indentation   +36 added lines, -36 removed lines patch added patch discarded remove patch
@@ -1,51 +1,51 @@  discard block
 block discarded – undo
1 1
 <h2><?php esc_html_e('More about the Messages Overview Table', 'event_espresso'); ?></h2>
2 2
 <p><?php esc_html_e(
3
-    'This table represents all the various message templates that have been created.',
4
-    'event_espresso'
3
+	'This table represents all the various message templates that have been created.',
4
+	'event_espresso'
5 5
 ); ?>
6 6
 </p>
7 7
 
8 8
 <h3><?php esc_html_e('Views', 'event_espresso'); ?></h3>
9 9
 <div>
10 10
     <?php esc_html_e(
11
-        'Views are a type of filter that allow you to restrict what you see in the table. The little number in brackets next to each view represents the number of templates that will be displayed with that view. There are five different views available for you to select from:',
12
-        'event_espresso'
13
-    ); ?>
11
+		'Views are a type of filter that allow you to restrict what you see in the table. The little number in brackets next to each view represents the number of templates that will be displayed with that view. There are five different views available for you to select from:',
12
+		'event_espresso'
13
+	); ?>
14 14
     <ul>
15 15
         <li>
16 16
             <?php esc_html_e('In Use', 'event_espresso'); ?><br />
17 17
             <?php esc_html_e(
18
-                'This shows the all the message templates that are currently active and being used by the system',
19
-                'event_espresso'
20
-            ); ?>
18
+				'This shows the all the message templates that are currently active and being used by the system',
19
+				'event_espresso'
20
+			); ?>
21 21
         </li>
22 22
         <li>
23 23
             <?php esc_html_e('All', 'event_espresso'); ?><br />
24 24
             <?php esc_html_e(
25
-                'This shows EVERY message template that has been created and is in the database',
26
-                'event_espresso'
27
-            ); ?>
25
+				'This shows EVERY message template that has been created and is in the database',
26
+				'event_espresso'
27
+			); ?>
28 28
         </li>
29 29
         <li>
30 30
             <?php esc_html_e('Global', 'event_espresso'); ?><br />
31 31
             <?php esc_html_e(
32
-                'This will restrict the view to ONLY show templates that are global templates.  Global templates are used by all events (that don\'t have a custom template created)',
33
-                'event_espresso'
34
-            ); ?>
32
+				'This will restrict the view to ONLY show templates that are global templates.  Global templates are used by all events (that don\'t have a custom template created)',
33
+				'event_espresso'
34
+			); ?>
35 35
         </li>
36 36
         <li>
37 37
             <?php esc_html_e('Events', 'event_espresso'); ?><br />
38 38
             <?php esc_html_e(
39
-                'This restricts the view to only show custom event message templates',
40
-                'event_espresso'
41
-            ); ?>
39
+				'This restricts the view to only show custom event message templates',
40
+				'event_espresso'
41
+			); ?>
42 42
         </li>
43 43
         <li>
44 44
             <?php esc_html_e('Trash', 'event_espresso'); ?><br />
45 45
             <?php esc_html_e(
46
-                'This displays all message templates that are currently not active because they are in the trash',
47
-                'event_espresso'
48
-            ); ?>
46
+				'This displays all message templates that are currently not active because they are in the trash',
47
+				'event_espresso'
48
+			); ?>
49 49
         </li>
50 50
     </ul>
51 51
 </div>
@@ -53,9 +53,9 @@  discard block
 block discarded – undo
53 53
 <h3><?php esc_html_e('Filters', 'event_espresso'); ?></h3>
54 54
 <p>
55 55
     <?php esc_html_e(
56
-        'Filters are the two dropdowns that you see below the Views and to the right of the "Apply" button.  The first dropdown contains a list of active messengers that you can filter your message template list by.  The second dropdown contains a list of installed message types that you can filter your message template list by.  When you select from the lists and then click the "Filter" button, the table will only display the Message Templates that match both the selected messenger and message type. You can reset the filters by clicking the (you guessed it!) "Reset Filters" button',
57
-        'event_espresso'
58
-    ); ?>
56
+		'Filters are the two dropdowns that you see below the Views and to the right of the "Apply" button.  The first dropdown contains a list of active messengers that you can filter your message template list by.  The second dropdown contains a list of installed message types that you can filter your message template list by.  When you select from the lists and then click the "Filter" button, the table will only display the Message Templates that match both the selected messenger and message type. You can reset the filters by clicking the (you guessed it!) "Reset Filters" button',
57
+		'event_espresso'
58
+	); ?>
59 59
 </p>
60 60
 
61 61
 <h3><?php esc_html_e('Table Columns', 'event_espresso'); ?></h3>
@@ -64,9 +64,9 @@  discard block
 block discarded – undo
64 64
         <li>
65 65
             <?php esc_html_e('Event', 'event_espresso'); ?><br />
66 66
             <?php esc_html_e(
67
-                'The event column is used to indicate whether the template is a global template or a custom event template.  Event titles are listed here for custom event templates and they are be linked to the editor for the event',
68
-                'event_espresso'
69
-            ); ?>
67
+				'The event column is used to indicate whether the template is a global template or a custom event template.  Event titles are listed here for custom event templates and they are be linked to the editor for the event',
68
+				'event_espresso'
69
+			); ?>
70 70
         </li>
71 71
         <li>
72 72
             <?php esc_html_e('Message Type', 'event_espresso'); ?><br />
@@ -76,18 +76,18 @@  discard block
 block discarded – undo
76 76
             <?php esc_html_e('Messenger', 'event_espresso'); ?>
77 77
             <br />
78 78
             <?php printf(
79
-                esc_html__(
80
-                    'This column displays a number of different elements for the listed template.  First is the messenger that this template is delivered by.  The messenger title is linked to the editor for the first %1$scontext%2$s listed (context is labelled "recipients" for payment message types)',
81
-                    'event_espresso'
82
-                ),
83
-                '<em>',
84
-                '</em>'
85
-            ); ?>
79
+				esc_html__(
80
+					'This column displays a number of different elements for the listed template.  First is the messenger that this template is delivered by.  The messenger title is linked to the editor for the first %1$scontext%2$s listed (context is labelled "recipients" for payment message types)',
81
+					'event_espresso'
82
+				),
83
+				'<em>',
84
+				'</em>'
85
+			); ?>
86 86
             <br />
87 87
             <?php esc_html_e(
88
-                'Below the Messenger title, is a list of different contexts.  The context label varies for each message type but it is usually labelled "Recipients".  You can click on each context title to go to the specific template for that context and edit it as desired.',
89
-                'event_espresso'
90
-            ); ?>
88
+				'Below the Messenger title, is a list of different contexts.  The context label varies for each message type but it is usually labelled "Recipients".  You can click on each context title to go to the specific template for that context and edit it as desired.',
89
+				'event_espresso'
90
+			); ?>
91 91
         </li>
92 92
     </ul>
93 93
 </div>
Please login to merge, or discard this patch.
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.