Changeset 42678 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 02/09/2018 04:54:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r42570 r42678 102 102 * 103 103 * @since MU (3.0.0) 104 * @since 4.8.0 The $network_idparameter has been added.104 * @since 4.8.0 The `$network_id` parameter has been added. 105 105 * 106 106 * @param int|null $network_id ID of the network. Default is the current network. … … 117 117 * 118 118 * @since MU (3.0.0) 119 * @since 3.7.0 The $network_idparameter has been deprecated.120 * @since 4.8.0 The $network_idparameter is now being used.119 * @since 3.7.0 The `$network_id` parameter has been deprecated. 120 * @since 4.8.0 The `$network_id` parameter is now being used. 121 121 * 122 122 * @param int|null $network_id ID of the network. Default is the current network. … … 2464 2464 * 2465 2465 * @since 3.1.0 2466 * @since 4.8.0 The $network_idparameter has been added.2466 * @since 4.8.0 The `$network_id` parameter has been added. 2467 2467 * 2468 2468 * @param int|null $network_id ID of the network. Default is the current network. … … 2480 2480 * 2481 2481 * @since 3.7.0 2482 * @since 4.8.0 The $network_idparameter has been added.2482 * @since 4.8.0 The `$network_id` parameter has been added. 2483 2483 * 2484 2484 * @param int|null $network_id ID of the network. Default is the current network. … … 2511 2511 * 2512 2512 * @since 3.7.0 2513 * @since 4.8.0 The $network_idparameter has been added.2513 * @since 4.8.0 The `$network_id` parameter has been added. 2514 2514 * 2515 2515 * @param int|null $network_id ID of the network. Default is the current network. … … 2530 2530 * 2531 2531 * @since 3.7.0 2532 * @since 4.8.0 The $network_idparameter has been added.2532 * @since 4.8.0 The `$network_id` parameter has been added. 2533 2533 * 2534 2534 * @param int|null $network_id ID of the network. Default is the current network. … … 2557 2557 * 2558 2558 * @since 3.7.0 2559 * @since 4.8.0 The $network_idparameter has been added.2559 * @since 4.8.0 The `$network_id` parameter has been added. 2560 2560 * 2561 2561 * @global wpdb $wpdb WordPress database abstraction object. … … 2686 2686 * 2687 2687 * @since 3.3.0 2688 * @since 4.8.0 The $network_idparameter has been added.2688 * @since 4.8.0 The `$network_id` parameter has been added. 2689 2689 * 2690 2690 * @param string $using 'sites or 'users'. Default is 'sites'. … … 2704 2704 * 2705 2705 * @since 3.3.0 2706 * @since 4.8.0 The $network_idparameter has been added.2706 * @since 4.8.0 The `$network_id` parameter has been added. 2707 2707 * 2708 2708 * @param bool $is_large_network Whether the network has more than 10000 users or sites.
Note: See TracChangeset
for help on using the changeset viewer.