We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c2296 commit c4fe56cCopy full SHA for c4fe56c
1 file changed
src/Search_Replace_Command.php
@@ -1238,7 +1238,7 @@ public function develop_where_specs( $str_specs ) {
1238
return $clauses;
1239
}
1240
1241
- public function no_revision() {
+ private function no_revision() {
1242
global $wpdb;
1243
$this->where[ $wpdb->posts ]['*'][] = self::esc_sql_ident( 'post_status' ) . '=' . self::esc_sql_value( 'publish' );
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' ) . ')';
0 commit comments