Ticket #19756: 19756.patch
| File 19756.patch, 605 bytes (added by , 14 years ago) |
|---|
-
wp-includes/user.php
723 723 * @since MU 1.1 724 724 * @uses get_blogs_of_user() 725 725 * 726 * @param int $user_id The unique ID of the user 727 * @param int $blog Optional. If no blog_id is provided, current site is used726 * @param int $user_id The unique ID of the user. 727 * @param int $blog_id Optional. If no blog_id is provided, current site is used. 728 728 * @return bool 729 729 */ 730 730 function is_user_member_of_blog( $user_id = 0, $blog_id = 0 ) {