Skip to content

Commit 735fedf

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

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
@@ -1220,7 +1220,7 @@ private function log_write( $col, $keys, $table, $old_bits, $new_bits ) {
12201220
fwrite( $this->log_handle, "{$table_column_id_log}\n{$old_log}\n{$new_log}\n" );
12211221
}
12221222

1223-
public function develop_where_specs( $str_specs ) {
1223+
private function develop_where_specs( $str_specs ) {
12241224
global $wpdb;
12251225
$specs = array_filter( explode( ';', $str_specs ) );
12261226
$clauses = [];

0 commit comments

Comments
 (0)