Skip to content

Commit cf89ef5

Browse files
drzrafCopilot
andauthored
Update src/Search_Replace_Command.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 735fedf commit cf89ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Search_Replace_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ private function no_revision() {
12441244
$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' ) . ')';
12451245
}
12461246

1247-
public function get_clauses( $table, $column = null ) {
1247+
private function get_clauses( $table, $column = null ) {
12481248
return array_filter(
12491249
array_merge(
12501250
$this->where[ $table ][ $column ] ?? [],

0 commit comments

Comments
 (0)