Add default for who arg. see #15871

git-svn-id: https://develop.svn.wordpress.org/trunk@17091 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-12-20 19:02:44 +00:00
parent 1f3ea01d78
commit 0987e3430f
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();