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
This commit is contained in:
joedolson 2024-09-28 23:20:17 +00:00
parent dfa14f95bb
commit 0820aefa32
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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.