diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 471fcbb5d6..439a2a30ce 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -6209,7 +6209,7 @@ function wp_is_uuid( $uuid, $version = null ) { * with the optional prefix. As such the returned value is not universally unique, * but it is unique across the life of the PHP process. * - * @since 4.9.9 + * @since 5.0.3 * * @staticvar int $id_counter *