Completed
Branch BUG/fix-markup-validation-issu... (eeaf4f)
by
unknown
18:09 queued 09:24
created
admin_pages/events/help_tabs/event_editor_save_new_event.help_tab.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -4,12 +4,12 @@
 block discarded – undo
4 4
 </p>
5 5
 <p class="ee-attention">
6 6
 <?php printf(
7
-    esc_html__(
8
-        'Notice: Due to a %1$scurrent bug in the WordPress core%2$s, your event should always have at least a title or description or excerpt. Saving an event without at least one of these fields filled out with information will result in your event not saving correctly. You will then need to recreate your event by clicking on the Add Event button.',
9
-        'event_espresso'
10
-    ),
11
-    '<a href="https://core.trac.wordpress.org/ticket/17115#comment:15">',
12
-    '</a>'
7
+	esc_html__(
8
+		'Notice: Due to a %1$scurrent bug in the WordPress core%2$s, your event should always have at least a title or description or excerpt. Saving an event without at least one of these fields filled out with information will result in your event not saving correctly. You will then need to recreate your event by clicking on the Add Event button.',
9
+		'event_espresso'
10
+	),
11
+	'<a href="https://core.trac.wordpress.org/ticket/17115#comment:15">',
12
+	'</a>'
13 13
 ); ?>
14 14
 </p>
15 15
 <ul>
Please login to merge, or discard this patch.