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:
parent
3bce6d9be9
commit
37f32f0431
|
@ -389,6 +389,7 @@ class WP_User_Query {
|
||||||
'offset' => '', 'number' => '',
|
'offset' => '', 'number' => '',
|
||||||
'count_total' => true,
|
'count_total' => true,
|
||||||
'fields' => 'all',
|
'fields' => 'all',
|
||||||
|
'who' => ''
|
||||||
) );
|
) );
|
||||||
|
|
||||||
$this->prepare_query();
|
$this->prepare_query();
|
||||||
|
|
Loading…
Reference in New Issue