wip
This commit is contained in:
@@ -165,7 +165,7 @@ class WP_Meta_Query {
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
public function __construct( $meta_query = false ) {
|
||||
public function __construct( $meta_query = array() ) {
|
||||
if ( ! $meta_query ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user