Correct phpdoc for update_user_option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
221eeb89ab
commit
8ebd22ee98
|
@ -242,7 +242,7 @@ function get_user_option( $option, $user = 0, $check_blog_options = true ) {
|
|||
* Update user option with global blog capability.
|
||||
*
|
||||
* User options are just like user metadata except that they have support for
|
||||
* global blog options. If the 'global' parameter is false, which it is by false
|
||||
* global blog options. If the 'global' parameter is false, which it is by default
|
||||
* it will prepend the WordPress table prefix to the option name.
|
||||
*
|
||||
* @since 2.0.0
|
||||
|
|
Loading…
Reference in New Issue