diff --git a/src/Storage/AuthorizationCodeStorage.php b/src/Storage/AuthorizationCodeStorage.php index b26c863..87d5a6c 100644 --- a/src/Storage/AuthorizationCodeStorage.php +++ b/src/Storage/AuthorizationCodeStorage.php @@ -26,7 +26,6 @@ private function getUserIdByCode( $code ) { $users = get_users( array( - 'number' => 1, // Specifying blog_id does nothing for non-MultiSite installs. But for MultiSite installs, it allows you // to customize users of which site is supposed to be available for whatever sites // this plugin is meant to be activated on.