Test Failed
Push — master ( cd44a0...d8bbfb )
by Devin
01:14
created
includes/misc-functions.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1738,7 +1738,7 @@
 block discarded – undo
1738 1738
 
1739 1739
 		if( is_array( $post_type ) ) {
1740 1740
 			$where .= " post_type='" . implode( "' OR post_type='", $post_type ) . "'";
1741
-		}else{
1741
+		} else{
1742 1742
 			$where .= " post_type='{$post_type}'";
1743 1743
 		}
1744 1744
 	}
Please login to merge, or discard this patch.