Add default for who arg. see #15871

git-svn-id: http://svn.automattic.com/wordpress/trunk@17091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-12-20 19:02:44 +00:00
parent 3bce6d9be9
commit 37f32f0431
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ class WP_User_Query {
'offset' => '', 'number' => '',
'count_total' => true,
'fields' => 'all',
'who' => ''
) );
$this->prepare_query();