@@ -52,8 +52,7 @@ |
||
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' ); |