Completed
Pull Request — master (#155)
by Sébastien
01:55
created
includes/admin/views/html-admin-settings.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
 	// Checks if Auto Load Next Post Pro is installed before displaying sidebar.
53 53
 	if ( ! is_alnp_pro_version_installed() ) {
54 54
 		include_once( dirname( __FILE__ ) . '/html-admin-sidebar.php' );
55
-	}
56
-	else {
55
+	} else {
57 56
 		echo '<div class="alnp-sidebar">';
58 57
 
59 58
 		do_action( 'auto_load_next_post_after_settings' );
Please login to merge, or discard this patch.