Completed
Branch FET-4710-paypal-tax-settings (388056)
by
unknown
342:37 queued 328:53
created
new/pricing/templates/event_tickets_datetime_dtt_tickets_list.template.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 
7 7
 <?php
8 8
 /**
9
- * template args in use
10
- *
11
- * $dtt_row
12
- * $tkt_row
13
- * $datetime_ticket_checked
14
- * $ticket_selected
15
- * $TKT_name
16
- * $tkt_status_class
17
- */
18 9
\ No newline at end of file
10
+						 * template args in use
11
+						 *
12
+						 * $dtt_row
13
+						 * $tkt_row
14
+						 * $datetime_ticket_checked
15
+						 * $ticket_selected
16
+						 * $TKT_name
17
+						 * $tkt_status_class
18
+						 */
19 19
\ No newline at end of file
Please login to merge, or discard this patch.
new/pricing/templates/event_tickets_datetime_price_option_span.template.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 </section>
4 4
 <?php
5 5
 /**
6
- * template args in use
7
- *
8
- * $PRT_ID
9
- * $PRT_operator
10
- * $PRT_is_percent
11
- */
12 6
\ No newline at end of file
7
+						 * template args in use
8
+						 *
9
+						 * $PRT_ID
10
+						 * $PRT_operator
11
+						 * $PRT_is_percent
12
+						 */
13 13
\ No newline at end of file
Please login to merge, or discard this patch.
templates/event_tickets_datetime_ticket_datetimes_list_item.template.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 block discarded – undo
5 5
 </li>
6 6
 <?php
7 7
 /**
8
- * template args in use
9
- *
10
- * $dtt_row
11
- * $tkt_row
12
- * $ticket_datetime_checked
13
- * $ticket_datetime_selected
14
- * $DTT_name;
15
- * $tkt_status_class;
16
- */
17 8
\ No newline at end of file
9
+					 * template args in use
10
+					 *
11
+					 * $dtt_row
12
+					 * $tkt_row
13
+					 * $ticket_datetime_checked
14
+					 * $ticket_datetime_selected
15
+					 * $DTT_name;
16
+					 * $tkt_status_class;
17
+					 */
18 18
\ No newline at end of file
Please login to merge, or discard this patch.
messages/templates/template_pack_and_variations_metabox.template.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This template is responsible for the template pack and variations metabox that appears on the Message Templates editor.
4
- *
5
- * @since 4.5.0
6
- *
7
- * Template args are:
8
- *
9
- * @type $template_packs_selector The selector for a template pack.
10
- * @type $variations_selector The selector for the variations on the selected template.
11
- * @type $template_pack_label The label for the template pack selector.
12
- * @type $template_variation_label The label for the template variation selector.
13
- * @type $template_pack_description The description for the template packs for the given messenger.
14
- * @type $template_variation_description The description for the template variations for the given messenger.
15
- */
3
+		 * This template is responsible for the template pack and variations metabox that appears on the Message Templates editor.
4
+		 *
5
+		 * @since 4.5.0
6
+		 *
7
+		 * Template args are:
8
+		 *
9
+		 * @type $template_packs_selector The selector for a template pack.
10
+		 * @type $variations_selector The selector for the variations on the selected template.
11
+		 * @type $template_pack_label The label for the template pack selector.
12
+		 * @type $template_variation_label The label for the template variation selector.
13
+		 * @type $template_pack_description The description for the template packs for the given messenger.
14
+		 * @type $template_variation_description The description for the template variations for the given messenger.
15
+		 */
16 16
 ?>
17 17
 <div id="template-variations-selectors">
18 18
 	<label for="MTP_template_pack"><?php echo $template_pack_label; ?>:</label> <?php echo $template_packs_selector; ?> <span class="spinner"></span>
Please login to merge, or discard this patch.