Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Aug 30, 2023
1 parent 0e22b44 commit 7a89216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DB_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -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." );
}
Expand Down

0 comments on commit 7a89216

Please sign in to comment.