Make WordPress Core

Changeset 13220


Ignore:
Timestamp:
02/19/2010 10:49:07 AM (15 years ago)
Author:
dd32
Message:

Update get_user_option()'s PHPDoc Comment to remove mentions of blog options. See #11615

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r13123 r13220  
    207207
    208208/**
    209  * Retrieve user option that can be either global, user, or blog.
     209 * Retrieve user option that can be either per Site or per Network.
    210210 *
    211211 * If the user ID is not given, then the current user will be used instead. If
     
    214214 * object as the third parameter.
    215215 *
    216  * The option will first check for the non-global name, then the global name,
    217  * and if it still doesn't find it, it will try the blog option. The option can
    218  * either be modified or set by a plugin.
     216 * The option will first check for the per site name and then the per Network name.
    219217 *
    220218 * @since 2.0.0
Note: See TracChangeset for help on using the changeset viewer.