Change @since 3.0 to @since 3.0.0.

git-svn-id: https://develop.svn.wordpress.org/trunk@13827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-03-26 19:13:36 +00:00
parent 411e9a74f1
commit e34ca97ae0
22 changed files with 68 additions and 67 deletions

View File

@@ -384,7 +384,7 @@ function get_user_meta($user_id, $key, $single = false) {
*
* If the meta field for the user does not exist, it will be added.
*
* @since 3.0
* @since 3.0.0
* @uses update_metadata
* @link http://codex.wordpress.org/Function_Reference/update_user_meta
*