Completed
Push — develop ( afbe36...3e78af )
by Remco
23:13 queued 10s
created
admin/meta-box-payment-lines.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,13 +18,16 @@
 block discarded – undo
18 18
 		<?php esc_html_e( 'No payment lines found.', 'pronamic_ideal' ); ?>
19 19
 	</p>
20 20
 
21
-<?php else : ?>
21
+<?php else {
22
+	: ?>
22 23
 
23 24
 	<div class="pronamic-pay-table-responsive">
24 25
 		<table class="pronamic-pay-table widefat">
25 26
 			<thead>
26 27
 				<tr>
27
-					<th scope="col"><?php esc_html_e( 'ID', 'pronamic_ideal' ); ?></th>
28
+					<th scope="col"><?php esc_html_e( 'ID', 'pronamic_ideal' );
29
+}
30
+?></th>
28 31
 					<th scope="col"><?php esc_html_e( 'SKU', 'pronamic_ideal' ); ?></th>
29 32
 					<th scope="col"><?php esc_html_e( 'Image', 'pronamic_ideal' ); ?></th>
30 33
 					<th scope="col"><?php esc_html_e( 'Name', 'pronamic_ideal' ); ?></th>
Please login to merge, or discard this patch.
admin/meta-box-payment-info.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -389,9 +389,11 @@
 block discarded – undo
389 389
 
390 390
 					esc_html_e( 'Ecommerce conversion tracked', 'pronamic_ideal' );
391 391
 
392
-				else :
392
+				else {
393
+					:
393 394
 
394 395
 					esc_html_e( 'Ecommerce conversion not tracked', 'pronamic_ideal' );
396
+				}
395 397
 
396 398
 				endif;
397 399
 
Please login to merge, or discard this patch.