Completed
Push — master ( 0cb291...9bc524 )
by J.D.
14s queued 10s
created
src/admin/screens/import.php 1 patch
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -63,9 +63,12 @@  discard block
 block discarded – undo
63 63
 			<?php endforeach; ?>
64 64
 		</ul>
65 65
 
66
-	<?php else : ?>
66
+	<?php else {
67
+    : ?>
67 68
 
68
-		<?php $importer = WordPoints_Importers::get_importer( $current_tab ); ?>
69
+		<?php $importer = WordPoints_Importers::get_importer( $current_tab );
70
+}
71
+?>
69 72
 
70 73
 		<p><?php esc_html_e( 'Select which items you would like imported.', 'wordpoints-importer' ); ?></p>
71 74
 
@@ -120,9 +123,12 @@  discard block
 block discarded – undo
120 123
 						<p class="description" style="margin-bottom: 10px; margin-left: 25px;">
121 124
 							<?php echo esc_html( $option['description'] ); ?>
122 125
 						</p>
123
-					<?php else : ?>
126
+					<?php else {
127
+    : ?>
124 128
 						<br style="margin-bottom: 10px" />
125
-					<?php endif; ?>
129
+					<?php endif;
130
+}
131
+?>
126 132
 
127 133
 				<?php endforeach; ?>
128 134
 
Please login to merge, or discard this patch.