Changeset 60249 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 05/26/2025 11:18:03 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-load.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r57877 r60249 130 130 * Retrieves the closest matching network for a domain and path. 131 131 * 132 * {@internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()} 133 * 132 134 * @since 3.9.0 133 *134 * @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()135 135 * 136 136 * @param string $domain Domain to check. … … 553 553 * Retrieves an object containing information about the requested network. 554 554 * 555 * {@internal In 4.6.0, converted to use get_network()} 556 * 555 557 * @since 3.9.0 556 558 * @deprecated 4.7.0 Use get_network() 557 559 * @see get_network() 558 560 * 559 * @internal In 4.6.0, converted to use get_network()560 *561 561 * @param object|int $network The network's database row or ID. 562 562 * @return WP_Network|false Object containing network information if found, false if not.
Note: See TracChangeset
for help on using the changeset viewer.