Skip to content

Commit cda5935

Browse files
Fix failing test
Co-authored-by: John Blackbourn <[email protected]>
1 parent 662315d commit cda5935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/cron.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ function wp_reschedule_event( $timestamp, $recurrence, $hook, $args = array(), $
423423
'invalid_schedule',
424424
sprintf(
425425
/* translators: 1: the event schedule recurrence, 2: the interval encoded as JSON */
426-
__( 'Event schedule with recurrence "%$1s" does not exist or has is invalid. Interval must be positive integer, but got: %$2s' ),
426+
__( 'Event schedule with recurrence "%1$s" does not exist or has is invalid. Interval must be positive integer, but got: %2$s' ),
427427
$recurrence,
428428
wp_json_encode( $interval )
429429
)

0 commit comments

Comments
 (0)