diff --git a/wp-includes/functions.php b/wp-includes/functions.php index f12e925a69..ac5650ec5d 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -8070,9 +8070,9 @@ function wp_cache_set_last_changed( $group ) { * * @since 6.3.0 * - * @param string $group The cache group name. - * @param int $time The new last changed time. - * @param int|false $previous_time The previous last changed time. False if not previously set. + * @param string $group The cache group name. + * @param string $time The new last changed time (msec sec). + * @param string|false $previous_time The previous last changed time. False if not previously set. */ do_action( 'wp_cache_set_last_changed', $group, $time, $previous_time ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ec37ff71d..feeb01c964 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-RC2-60126'; +$wp_version = '6.8-RC2-60133'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.