diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 4912d5f503..c1837e6051 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -206,8 +206,8 @@ function wp_schedule_single_event( $timestamp, $hook, $args = array(), $wp_error * The action will trigger when someone visits your WordPress site if the scheduled * time has passed. * - * Valid values for the recurrence are 'hourly', 'daily', and 'twicedaily'. These can - * be extended using the {@see 'cron_schedules'} filter in wp_get_schedules(). + * Valid values for the recurrence are 'hourly', 'twicedaily', 'daily', and 'weekly'. + * These can be extended using the {@see 'cron_schedules'} filter in wp_get_schedules(). * * Use wp_next_scheduled() to prevent duplicate events. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 086463fa0c..751f6e7910 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57105'; +$wp_version = '6.5-alpha-57106'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.