Changeset 13220
- Timestamp:
- 02/19/2010 10:49:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r13123 r13220 207 207 208 208 /** 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. 210 210 * 211 211 * If the user ID is not given, then the current user will be used instead. If … … 214 214 * object as the third parameter. 215 215 * 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. 219 217 * 220 218 * @since 2.0.0
Note: See TracChangeset
for help on using the changeset viewer.