Passed
Pull Request — master (#40)
by Joseph
01:58
created
classes/subway-metabox.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -147,10 +147,13 @@
 block discarded – undo
147 147
                  </label>
148 148
             </p>
149 149
             <p class="howto"><?php echo esc_html($howto); ?></p>
150
-        <?php else: ?>
150
+        <?php else {
151
+	: ?>
151 152
             <?php // Site is public! Explain to them ?>
152 153
             <p><em>
153
-                <?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'); ?>
154
+                <?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');
155
+}
156
+?>
154 157
             </em>
155 158
             </p>
156 159
         <?php endif; ?>
Please login to merge, or discard this patch.