We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6734789 + d6353bc commit 4d96d5bCopy full SHA for 4d96d5b
prepare.php
@@ -88,7 +88,7 @@
88
echo PHP_EOL;
89
}
90
EOT;
91
-$logger_replace_string = '// wordpress/wp-config.php will be ignored.' . PHP_EOL;
+$logger_replace_string = '// ** MySQL settings ** //' . PHP_EOL;
92
$system_logger = $logger_replace_string . $system_logger;
93
$php_binary_string = 'define( \'WP_PHP_BINARY\', \''. $WPT_PHP_EXECUTABLE . '\' );';
94
$search_replace = array(
0 commit comments