Passed
Push — master ( aaaeb8...fae2ce )
by Joseph
07:18 queued 10s
created
classes/subway-metabox.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -181,10 +181,13 @@
 block discarded – undo
181 181
 				});
182 182
 			</script>
183 183
 			<p class="howto"><?php echo esc_html( $howto ); ?></p>
184
-		<?php else : ?>
184
+		<?php else {
185
+	: ?>
185 186
 			<?php // Site is public! Explain to them ?>
186 187
 			<p><em>
187
-				<?php esc_html_e( 'You have chosen to make your site public inside Settings > Subway. Make your site private so that you can select visibility options.', 'subway' ); ?>
188
+				<?php esc_html_e( 'You have chosen to make your site public inside Settings > Subway. Make your site private so that you can select visibility options.', 'subway' );
189
+}
190
+?>
188 191
 			</em>
189 192
 			</p>
190 193
 		<?php endif; ?>
Please login to merge, or discard this patch.