diff --git a/wp-includes/user.php b/wp-includes/user.php index 4d7ea4a2cb..2816b23db0 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -389,6 +389,7 @@ class WP_User_Query { 'offset' => '', 'number' => '', 'count_total' => true, 'fields' => 'all', + 'who' => '' ) ); $this->prepare_query();