From 0820aefa3289a16f5a4955e4bb1db05711801ce7 Mon Sep 17 00:00:00 2001 From: joedolson Date: Sat, 28 Sep 2024 23:20:17 +0000 Subject: [PATCH] Code Standards: Correct @since reference in `get_user()`. Change `@since` from 6.7 to 6.7.0, per coding standards. Follow-up to [59111]. Props joedolson, peterwilsoncc. See #35124. Built from https://develop.svn.wordpress.org/trunk@59112 git-svn-id: http://core.svn.wordpress.org/trunk@58508 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.