IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
119 | 119 | global $wpdb; |
120 | 120 | |
121 | 121 | $sql_chunks = array( |
122 | | 'where' => array(), |
123 | | 'join' => array(), |
| 122 | 'where' => array( '1 = 1' ), |
| 123 | 'join' => array(), |
124 | 124 | ); |
125 | 125 | |
126 | 126 | $column = isset( $clause['column'] ) ? $this->validate_column( $clause['column'] ) : ''; |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
923 | 923 | |
924 | 924 | $sql_array = array( |
925 | 925 | 'join' => '', |
926 | | 'where' => '', |
| 926 | 'where' => '1 = 1', |
927 | 927 | ); |
928 | 928 | |
929 | 929 | if ( ! empty( $meta_query ) ) { |