Changeset 38457 for trunk/src/wp-includes/class-wp-user-query.php
- Timestamp:
- 08/31/2016 04:55:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r38275 r38457 105 105 public static function fill_query_vars( $args ) { 106 106 $defaults = array( 107 'blog_id' => $GLOBALS['blog_id'],107 'blog_id' => get_current_blog_id(), 108 108 'role' => '', 109 109 'role__in' => array(),
Note: See TracChangeset
for help on using the changeset viewer.