@@ -1738,7 +1738,7 @@ |
||
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 | } |