File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ Feature: Manage WP-Cron events and schedules
389389 """
390390 And I run `wp eval-file update.php`
391391
392- When I run `wp cron event list`
392+ When I try `wp cron event list`
393393 Then STDOUT should contain:
394394 """
395395 postindexer_secondpass_cron
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ protected static function get_cron_events( $is_due_now = false ) {
452452
453453 // Incorrectly registered cron events can produce a string key.
454454 if ( is_string ( $ time ) ) {
455- WP_CLI ::warning ( sprintf ( 'Ignoring invalid cron event ( "%s") . ' , $ time ) );
455+ WP_CLI ::warning ( sprintf ( 'Ignoring incorrectly registered cron event "%s". ' , $ time ) );
456456 continue ;
457457 }
458458
You can’t perform that action at this time.
0 commit comments