Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -633,7 +633,7 @@ class WP_Meta_Query {
|
||||
$clause_key_base = $clause_key;
|
||||
while ( isset( $this->clauses[ $clause_key ] ) ) {
|
||||
$clause_key = $clause_key_base . '-' . $iterator;
|
||||
$iterator++;
|
||||
++$iterator;
|
||||
}
|
||||
|
||||
// Store the clause in our flat array.
|
||||
|
||||
Reference in New Issue
Block a user