Completed
Branch update-venue-ui (4b9c7e)
by
unknown
02:27
created
admin/new/pricing/help_tabs/pricing_edit_price_type.help_tab.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 <p><strong><?php esc_html_e('Edit Price Type', 'event_espresso'); ?></strong></p>
5 5
 <p>
6 6
 <?php printf(
7
-    esc_html__('This page allows you to edit a price type for %s.', 'event_espresso'),
8
-    Domain::brandName()
7
+	esc_html__('This page allows you to edit a price type for %s.', 'event_espresso'),
8
+	Domain::brandName()
9 9
 ); ?>
10 10
 </p>
11 11
 <ul>
Please login to merge, or discard this patch.
admin/new/pricing/help_tabs/pricing_add_new_default_price.help_tab.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 <p><strong><?php esc_html_e('Add New Default Price', 'event_espresso'); ?></strong></p>
5 5
 <p>
6 6
 <?php printf(
7
-    esc_html__('This page allows you to create a new default price for %s.', 'event_espresso'),
8
-    Domain::brandName()
7
+	esc_html__('This page allows you to create a new default price for %s.', 'event_espresso'),
8
+	Domain::brandName()
9 9
 ); ?>
10 10
 </p>
11 11
 <ul>
Please login to merge, or discard this patch.
help_tabs/registration_form_add_question_group.help_tab.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 <p><strong><?php esc_html_e('Add New Question Group', 'event_espresso'); ?></strong></p>
5 5
 <p>
6 6
 <?php printf(
7
-    esc_html__('This page allows you to add a new question group for %s.', 'event_espresso'),
8
-    Domain::brandName()
7
+	esc_html__('This page allows you to add a new question group for %s.', 'event_espresso'),
8
+	Domain::brandName()
9 9
 ); ?>
10 10
 </p>
11 11
 <ul>
Please login to merge, or discard this patch.
registration_form_questions_overview_table_column_headings.help_tab.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@  discard block
 block discarded – undo
6 6
 <li>
7 7
 <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong><br />
8 8
 <?php printf(
9
-    esc_html__(
10
-        'This is the numerical ID for the question. This value is used internally for %s.',
11
-        'event_espresso'
12
-    ),
13
-    Domain::brandName()
9
+	esc_html__(
10
+		'This is the numerical ID for the question. This value is used internally for %s.',
11
+		'event_espresso'
12
+	),
13
+	Domain::brandName()
14 14
 ); ?>
15 15
 </li>
16 16
 <li>
@@ -63,10 +63,10 @@  discard block
 block discarded – undo
63 63
 <p>
64 64
 <strong><?php esc_html_e('Notice', 'event_espresso'); ?></strong><br />
65 65
 <?php printf(
66
-    esc_html__(
67
-        'System questions are created by %s and cannot be deleted. However, they can be edited. Be careful when editing these system questions as they are required for registrations to work correctly.',
68
-        'event_espresso'
69
-    ),
70
-    Domain::brandName()
66
+	esc_html__(
67
+		'System questions are created by %s and cannot be deleted. However, they can be edited. Be careful when editing these system questions as they are required for registrations to work correctly.',
68
+		'event_espresso'
69
+	),
70
+	Domain::brandName()
71 71
 ); ?>
72 72
 </p>
Please login to merge, or discard this patch.
venues/help_tabs/venues_overview_table_column_headings.help_tab.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@  discard block
 block discarded – undo
6 6
 <li>
7 7
 <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong><br />
8 8
 <?php printf(
9
-    esc_html__('This is the numerical ID for a venue. This value is used internally for %s.', 'event_espresso'),
10
-    Domain::brandName()
9
+	esc_html__('This is the numerical ID for a venue. This value is used internally for %s.', 'event_espresso'),
10
+	Domain::brandName()
11 11
 ); ?>
12 12
 </li>
13 13
 <li>
@@ -25,8 +25,8 @@  discard block
 block discarded – undo
25 25
 <li>
26 26
 <strong><?php esc_html_e('Capacity', 'event_espresso'); ?></strong><br />
27 27
 <?php printf(
28
-    esc_html__('This is the capacity of the venue. If no limit is set, then the capacity will be set to infinity (%s).', 'event_espresso'),
29
-    '&#8734'
28
+	esc_html__('This is the capacity of the venue. If no limit is set, then the capacity will be set to infinity (%s).', 'event_espresso'),
29
+	'&#8734'
30 30
 ); ?>
31 31
 </li>
32 32
 </ul>
Please login to merge, or discard this patch.
help_tabs/registrations_event_checkin_table_column_headings.help_tab.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -3,13 +3,13 @@
 block discarded – undo
3 3
 <li>
4 4
 <strong><?php esc_html_e('Check-In', 'event_espresso'); ?></strong><br />
5 5
 <?php printf(
6
-    esc_html__(
7
-        'Shows the Check-In status for an registrant. Available statuses are checked in %1$s, checked out %2$s, or no check-in record is available %3$s.',
8
-        'event_espresso'
9
-    ),
10
-    '<span class="ee-icon ee-icon-check-in"></span>',
11
-    '<span class="ee-icon ee-icon-check-out"></span>',
12
-    '<span class="dashicons dashicons-no"></span>'
6
+	esc_html__(
7
+		'Shows the Check-In status for an registrant. Available statuses are checked in %1$s, checked out %2$s, or no check-in record is available %3$s.',
8
+		'event_espresso'
9
+	),
10
+	'<span class="ee-icon ee-icon-check-in"></span>',
11
+	'<span class="ee-icon ee-icon-check-out"></span>',
12
+	'<span class="dashicons dashicons-no"></span>'
13 13
 ); ?>
14 14
 </li>
15 15
 <li>
Please login to merge, or discard this patch.
help_tabs/registrations_overview_table_column_headings.help_tab.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@  discard block
 block discarded – undo
6 6
 <li>
7 7
 <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong><br />
8 8
 <?php printf(
9
-    esc_html__(
10
-        'The is the numerical ID of an registration. This value is used internally for %s.',
11
-        'event_espresso'
12
-    ),
13
-    Domain::brandName()
9
+	esc_html__(
10
+		'The is the numerical ID of an registration. This value is used internally for %s.',
11
+		'event_espresso'
12
+	),
13
+	Domain::brandName()
14 14
 ); ?>
15 15
 </li>
16 16
 <li>
@@ -40,14 +40,14 @@  discard block
 block discarded – undo
40 40
 <li>
41 41
 <strong><?php esc_html_e('Actions', 'event_espresso'); ?></strong><br />
42 42
 <?php printf(
43
-    esc_html__(
44
-        '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.',
45
-        'event_espresso'
46
-    ),
47
-    '<span class="dashicons dashicons-search"></span>',
48
-    '<span class="dashicons dashicons-businessman"></span>',
49
-    '<span class="ee-icon ee-icon-email-send"></span>',
50
-    '<span class="ee-icon ee-icon-cash"></span>'
43
+	esc_html__(
44
+		'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.',
45
+		'event_espresso'
46
+	),
47
+	'<span class="dashicons dashicons-search"></span>',
48
+	'<span class="dashicons dashicons-businessman"></span>',
49
+	'<span class="ee-icon ee-icon-email-send"></span>',
50
+	'<span class="ee-icon ee-icon-cash"></span>'
51 51
 ); ?>
52 52
 </li>
53 53
 </ul>
54 54
\ No newline at end of file
Please login to merge, or discard this patch.
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.
strategies/validation/EE_Credit_Card_Validation_Strategy.strategy.php 2 patches
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -13,19 +13,19 @@
 block discarded – undo
13 13
 class EE_Credit_Card_Validation_Strategy extends EE_Text_Validation_Strategy
14 14
 {
15 15
 
16
-    /**
17
-     * @param null $validation_error_message
18
-     */
19
-    public function __construct($validation_error_message = null)
20
-    {
21
-        if (! $validation_error_message) {
22
-            $validation_error_message = __("Please enter a valid credit card number", "event_espresso");
23
-        }
24
-        parent::__construct(
25
-            $validation_error_message,
26
-            // @codingStandardsIgnoreStart
27
-            '~^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|2[2-7][0-9]{14}|6011[0-9]{12}|3(?:0[0-5]|[68][0-9])[0-9]{11}|3[47][0-9]{13})$~'
28
-            // @codingStandardsIgnoreEnd
29
-        );
30
-    }
16
+	/**
17
+	 * @param null $validation_error_message
18
+	 */
19
+	public function __construct($validation_error_message = null)
20
+	{
21
+		if (! $validation_error_message) {
22
+			$validation_error_message = __("Please enter a valid credit card number", "event_espresso");
23
+		}
24
+		parent::__construct(
25
+			$validation_error_message,
26
+			// @codingStandardsIgnoreStart
27
+			'~^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|2[2-7][0-9]{14}|6011[0-9]{12}|3(?:0[0-5]|[68][0-9])[0-9]{11}|3[47][0-9]{13})$~'
28
+			// @codingStandardsIgnoreEnd
29
+		);
30
+	}
31 31
 }
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
      */
19 19
     public function __construct($validation_error_message = null)
20 20
     {
21
-        if (! $validation_error_message) {
21
+        if ( ! $validation_error_message) {
22 22
             $validation_error_message = __("Please enter a valid credit card number", "event_espresso");
23 23
         }
24 24
         parent::__construct(
Please login to merge, or discard this patch.