Skip to content

Commit e847138

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

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
@@ -469,7 +469,7 @@ function ( $e ) {
469469
}
470470
);
471471
if ( $this->include_columns ) {
472-
WP_CLI::warning( 'Column-catch was passed to --where while. But --include-columns will still restrict replacements to columns: ' . implode( ',', $this->include_columns ) );
472+
WP_CLI::warning( 'Column wildcard (*) was passed to --where. But --include-columns will still restrict replacements to columns: ' . implode( ',', $this->include_columns ) );
473473
}
474474
}
475475
$this->include_columns = array_merge( $this->include_columns, $columns );

0 commit comments

Comments
 (0)