Passed
Push — master ( 35ff88...03949c )
by Brian
04:42
created
includes/class-wpinv.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -436,7 +436,7 @@
 block discarded – undo
436 436
 
437 437
 		if ( is_admin() && $pagenow && in_array($pagenow, $block_widget_init_screens)) {
438 438
 			// don't initiate in these conditions.
439
-		}else{
439
+		} else{
440 440
 
441 441
 			// Only load allowed widgets.
442 442
 			$exclude = function_exists( 'sd_widget_exclude' ) ? sd_widget_exclude() : array();
Please login to merge, or discard this patch.