Skip to content

Commit

Permalink
don't limit to fetching just 1 user to see if there is infact more th…
Browse files Browse the repository at this point in the history
…an 1
  • Loading branch information
ashfame committed Sep 14, 2023
1 parent ea29354 commit 7900e19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Storage/AuthorizationCodeStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7900e19

Please sign in to comment.