diff --git wp-includes/user.php b/user.php
index 4ebcf82..f2bd9c8 100755
old
|
new
|
function count_users( $strategy = 'time', $site_id = null ) { |
986 | 986 | * @global string $user_url The url in the user's profile |
987 | 987 | * @global string $user_identity The display name of the user |
988 | 988 | * |
989 | | * @param int $for_user_id Optional. User ID to set up global data. |
| 989 | * @param string $for_user_id Optional. User ID to set up global data. |
990 | 990 | */ |
991 | 991 | function setup_userdata( $for_user_id = '' ) { |
992 | 992 | global $user_login, $userdata, $user_level, $user_ID, $user_email, $user_url, $user_identity; |