Skip to content

Commit 59217ca

Browse files
committed
Lint fix
1 parent 77534f5 commit 59217ca

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
@@ -561,7 +561,7 @@ private function php_export_table( $table, $old, $new ) {
561561
$progress = null;
562562
if ( $this->should_show_progress_bar() ) {
563563
global $wpdb;
564-
$table_sql = self::esc_sql_ident( $table );
564+
$table_sql = self::esc_sql_ident( $table );
565565
// phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- escaped through self::esc_sql_ident
566566
$total_rows = $wpdb->get_var( "SELECT COUNT(*) FROM {$table_sql}" );
567567
if ( $total_rows > 0 ) {

0 commit comments

Comments
 (0)