mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 17:13:30 +01:00
Correct phpdoc for update_user_option.
git-svn-id: https://develop.svn.wordpress.org/trunk@10891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
21f4aae542
commit
49797a374a
@ -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…
x
Reference in New Issue
Block a user