diff --git a/wp-includes/cron.php b/wp-includes/cron.php index 8660e32267..4726a8d474 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -76,7 +76,7 @@ function wp_schedule_single_event( $timestamp, $hook, $args = array(), $wp_error * @since 5.1.0 * @since 5.7.0 The `$wp_error` parameter was added, and a `WP_Error` object can now be returned. * - * @param null|bool|WP_Error $pre Value to return instead. Default null to continue adding the event. + * @param null|bool|WP_Error $result The value to return instead. Default null to continue adding the event. * @param stdClass $event { * An object containing an event's data. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 710a9064f7..6d274f03b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55037'; +$wp_version = '6.2-alpha-55038'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.