Skip to content

Commit c08dc31

Browse files
committed
Convert search-replace subcommand help summaries to use third-person singular verbs.
1 parent caa107e commit c08dc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Search_Replace_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Search_Replace_Command extends WP_CLI_Command {
2424
private $log_run_data = array();
2525

2626
/**
27-
* Search/replace strings in the database.
27+
* Searches/replaces strings in the database.
2828
*
2929
* Searches through all rows in a selection of tables and replaces
3030
* appearances of the first string with the second string.
@@ -815,7 +815,7 @@ private function log_bits( $search_regex, $old_data, $old_matches, $new ) {
815815
}
816816

817817
/*
818-
* Output the log strings.
818+
* Outputs the log strings.
819819
*
820820
* @param string $col Column being processed.
821821
* @param array $keys Associative array (or object) of primary key names and their values for the row being processed.

0 commit comments

Comments
 (0)