diff --git a/wp-includes/user.php b/wp-includes/user.php index b23e07e0ac..c8a87a3898 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -778,7 +778,7 @@ function delete_user_option( $user_id, $option_name, $is_global = false ) { /** * Retrieves user info by user ID. * - * @since 6.7 + * @since 6.7.0 * * @param int $user_id User ID. * diff --git a/wp-includes/version.php b/wp-includes/version.php index ccb8e79c4a..3b555cb823 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59111'; +$wp_version = '6.7-alpha-59112'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.