mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 07:20:01 +01:00
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:
parent
dfa14f95bb
commit
0820aefa32
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user