Skip to content

Commit c4fe56c

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

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
@@ -1238,7 +1238,7 @@ public function develop_where_specs( $str_specs ) {
12381238
return $clauses;
12391239
}
12401240

1241-
public function no_revision() {
1241+
private function no_revision() {
12421242
global $wpdb;
12431243
$this->where[ $wpdb->posts ]['*'][] = self::esc_sql_ident( 'post_status' ) . '=' . self::esc_sql_value( 'publish' );
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' ) . ')';

0 commit comments

Comments
 (0)