diff --git a/src/DB_Command.php b/src/DB_Command.php index bc2165e2..1086fdec 100644 --- a/src/DB_Command.php +++ b/src/DB_Command.php @@ -1373,7 +1373,7 @@ public function search( $args, $assoc_args ) { if ( ! $text_columns ) { if ( $stats ) { $skipped[] = $table; - // Don't bother warning for term relationships (which is just 3 int columns). + // Don't bother warning for term relationships (which is just 3 int columns). } elseif ( ! preg_match( '/_term_relationships$/', $table ) ) { WP_CLI::warning( $primary_keys ? "No text columns for table '$table' - skipped." : "No primary key or text columns for table '$table' - skipped." ); }