From 0987e3430f2b642964efb9ab9c165d0090ff7cd5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 20 Dec 2010 19:02:44 +0000 Subject: [PATCH] Add default for who arg. see #15871 git-svn-id: https://develop.svn.wordpress.org/trunk@17091 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/user.php | 1 + 1 file changed, 1 insertion(+) 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();