Completed
Branch BUG-6292-conflict-legacy-wp-me... (9adae4)
by
unknown
61:43 queued 45:12
created
libraries/messages/defaults/default/html_invoice_event_list.template.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type event list field.
4
- * As you can see this template has empty content.
5
- */
3
+	 * This is the template for the html messenger and invoice message type event list field.
4
+	 * As you can see this template has empty content.
5
+	 */
6 6
 ?>
7 7
\ No newline at end of file
Please login to merge, or discard this patch.
libraries/messages/defaults/default/html_invoice_payment_list.template.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type payment list field.
4
- * This is also the template for the html messenger and receipt message type payment_list field.
5
- */
3
+	 * This is the template for the html messenger and invoice message type payment list field.
4
+	 * This is also the template for the html messenger and receipt message type payment_list field.
5
+	 */
6 6
 ?>
7 7
 	</td></tr>
8 8
 <tr class='item'>
Please login to merge, or discard this patch.
defaults/default/html_invoice_price_modifier_line_item_list.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type price_modifier_line_item_list field.
4
- */
3
+	 * This is the template for the html messenger and invoice message type price_modifier_line_item_list field.
4
+	 */
5 5
 ?>
6 6
 <tr class="subitem-row">
7 7
 	<td class="item_I subitem">[LINE_ITEM_NAME]</td>
Please login to merge, or discard this patch.
libraries/messages/defaults/default/html_invoice_question_list.template.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type question list field.
4
- * As you can see this template has empty content.
5
- */
6 3
\ No newline at end of file
4
+	 * This is the template for the html messenger and invoice message type question list field.
5
+	 * As you can see this template has empty content.
6
+	 */
7 7
\ No newline at end of file
Please login to merge, or discard this patch.
core/libraries/messages/defaults/default/html_invoice_subject.template.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type page title field.
4
- */
3
+	 * This is the template for the html messenger and invoice message type page title field.
4
+	 */
5 5
 printf( __( '%s Invoice for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' );
6 6
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,4 +2,4 @@
 block discarded – undo
2 2
 /**
3 3
  * This is the template for the html messenger and invoice message type page title field.
4 4
  */
5
-printf( __( '%s Invoice for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' );
6 5
\ No newline at end of file
6
+printf(__('%s Invoice for Transaction: %s', 'event_espresso'), '[COMPANY]', '[TXN_ID]');
7 7
\ No newline at end of file
Please login to merge, or discard this patch.
messages/defaults/default/html_invoice_tax_line_item_list.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type tax_line_item_list field.
4
- */
3
+	 * This is the template for the html messenger and invoice message type tax_line_item_list field.
4
+	 */
5 5
 ?>
6 6
 	</td></tr>
7 7
 <tr class="item sub-item tax-total">
Please login to merge, or discard this patch.
messages/defaults/default/html_invoice_ticket_line_item_no_pms.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type ticket_line_item_no_pms field.
4
- */
3
+	 * This is the template for the html messenger and invoice message type ticket_line_item_no_pms field.
4
+	 */
5 5
 ?>
6 6
 <tr class="item">
7 7
 	<td class="item_I">[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td>
Please login to merge, or discard this patch.
messages/defaults/default/html_invoice_ticket_line_item_pms.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type ticket_line_item_pms field
4
- */
3
+	 * This is the template for the html messenger and invoice message type ticket_line_item_pms field
4
+	 */
5 5
 ?>
6 6
 <tr class="item">
7 7
 	<td class="item_I">[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td>
Please login to merge, or discard this patch.
libraries/messages/defaults/default/html_invoice_ticket_list.template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This is the template for the html messenger and invoice message type ticket_list field.
4
- */
3
+	 * This is the template for the html messenger and invoice message type ticket_list field.
4
+	 */
5 5
 ?>
6 6
 	</td>
7 7
 </tr>
Please login to merge, or discard this patch.