Changeset 49672 for trunk/src/wp-includes/class-wp-network-query.php
- Timestamp:
- 11/19/2020 06:22:02 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-network-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network-query.php
r49538 r49672 90 90 * Optional. Array or query string of network query parameters. Default empty. 91 91 * 92 * @type array$network__in Array of network IDs to include. Default empty.93 * @type array$network__not_in Array of network IDs to exclude. Default empty.92 * @type int[] $network__in Array of network IDs to include. Default empty. 93 * @type int[] $network__not_in Array of network IDs to exclude. Default empty. 94 94 * @type bool $count Whether to return a network count (true) or array of network objects. 95 95 * Default false.
Note: See TracChangeset
for help on using the changeset viewer.