From 37f32f0431e906a85db201750a7453f43a048171 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 20 Dec 2010 19:02:44 +0000 Subject: [PATCH] Add default for who arg. see #15871 git-svn-id: http://svn.automattic.com/wordpress/trunk@17091 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/user.php b/wp-includes/user.php index 4d7ea4a2c..2816b23db 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();