Changeset 38104 for trunk/src/wp-includes/class-wp-network-query.php
- Timestamp:
- 07/19/2016 01:17:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network-query.php
r38102 r38104 102 102 * @type bool $count Whether to return a network count (true) or array of network objects. 103 103 * Default false. 104 * @type string $fields Network fields to return. Accepts 'ids' for network IDs only or empty105 * for all fields. Default empty.104 * @type string $fields Network fields to return. Accepts 'ids' (returns an array of network IDs) 105 * or empty (returns an array of complete network objects). Default empty. 106 106 * @type int $number Maximum number of networks to retrieve. Default null (no limit). 107 107 * @type int $offset Number of networks to offset the query. Used to build LIMIT clause.
Note: See TracChangeset
for help on using the changeset viewer.