We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcf982 commit e39add1Copy full SHA for e39add1
src/Db/DbImport.php
@@ -104,7 +104,7 @@ function dbImport(string $setupFile, array $args = [])
104
WP_CLI::log('Database search replace for host successfully finished.');
105
WP_CLI::log('--------------------------------------------------');
106
107
- // Search and replace url scheme.
+ // Search and replace URL scheme.
108
if ($toScheme !== $fromScheme) {
109
WP_CLI::runcommand("search-replace {$fromScheme}://{$toHost} {$toScheme}://{$toHost} --all-tables --network");
110
WP_CLI::log('Database search replace for scheme successfully finished.');
0 commit comments