Make get_meta_sql() return associative array. See #15032
git-svn-id: http://svn.automattic.com/wordpress/trunk@16053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -156,7 +156,7 @@ class WP_Object_Query {
|
||||
unset($meta_compare_string);
|
||||
}
|
||||
|
||||
return array( $join, $where );
|
||||
return compact( 'join', 'where' );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user