Changeset 19695 for trunk/wp-includes/user.php
- Timestamp:
- 01/06/2012 11:42:00 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r19687 r19695 724 724 * @uses get_blogs_of_user() 725 725 * 726 * @param int $user_id The unique ID of the user727 * @param int $blog Optional. If no blog_id is provided, current site is used726 * @param int $user_id Optional. The unique ID of the user. Defaults to the current user. 727 * @param int $blog_id Optional. ID of the blog to check. Defaults to the current site. 728 728 * @return bool 729 729 */
Note: See TracChangeset
for help on using the changeset viewer.