We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735fedf commit cf89ef5Copy full SHA for cf89ef5
1 file changed
src/Search_Replace_Command.php
@@ -1244,7 +1244,7 @@ private function no_revision() {
1244
$this->where[ $wpdb->postmeta ]['*'][] = self::esc_sql_ident( 'post_id' ) . ' IN ( SELECT ID FROM ' . $wpdb->posts . ' WHERE ' . self::esc_sql_ident( 'post_status' ) . '=' . self::esc_sql_value( 'publish' ) . ')';
1245
}
1246
1247
- public function get_clauses( $table, $column = null ) {
+ private function get_clauses( $table, $column = null ) {
1248
return array_filter(
1249
array_merge(
1250
$this->where[ $table ][ $column ] ?? [],
0 commit comments