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.
1 parent 88c9f23 commit f6c828aCopy full SHA for f6c828a
src/Search_Replace_Command.php
@@ -31,6 +31,7 @@ class Search_Replace_Command extends WP_CLI_Command {
31
private $log_prefixes = array( '< ', '> ' );
32
private $log_colors;
33
private $log_encoding;
34
+ private $start_time;
35
36
/**
37
* Searches/replaces strings in the database.
0 commit comments