Completed
Pull Request — master (#160)
by Sébastien
01:31
created
includes/admin/class-alnp-admin-notices.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
 			// Notices should only show on the main dashboard and on the plugins screen.
129 129
 			if ( ! in_array( $screen_id, alnp_get_admin_screens() ) ) {
130 130
 				return false;
131
-      }
131
+	  }
132 132
 
133 133
 			// Is admin welcome notice hidden?
134 134
 			$hide_welcome_notice = get_user_meta( $current_user->ID, 'auto_load_next_post_hide_welcome_notice', true );
Please login to merge, or discard this patch.