Ticket #57468: 57468.diff
| File 57468.diff, 1.3 KB (added by , 3 years ago) |
|---|
-
src/wp-includes/ms-functions.php
2636 2636 * @since 3.3.0 2637 2637 * @since 4.8.0 The `$network_id` parameter has been added. 2638 2638 * 2639 * @param string $using 'sites or 'users'. Default is 'sites'.2639 * @param string $using 'sites' or 'users'. Default is 'sites'. 2640 2640 * @param int|null $network_id ID of the network. Default is the current network. 2641 2641 * @return bool True if the network meets the criteria for large. False otherwise. 2642 2642 */