Skip to content

Commit

Permalink
v6.0: cli wording correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Nov 21, 2023
1 parent ee4637a commit 41e7b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/crawler.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function enable($args)
{
$id = $args[0] - 1;
if ($this->__crawler->is_active($id)) {
WP_CLI::error('ID #' . $id . ' has been enabled');
WP_CLI::error('ID #' . $id . ' had been enabled');
return;
}

Expand Down

0 comments on commit 41e7b29

Please sign in to comment.