Ticket #53399: 53399.internal.diff
| File 53399.internal.diff, 1.1 KB (added by , 5 years ago) |
|---|
-
src/wp-includes/ms-load.php
130 130 * Retrieve the closest matching network for a domain and path. 131 131 * 132 132 * @since 3.9.0 133 * @since 4.4.0 Converted into a wrapper for WP_Network::get_by_path(). 133 134 * 134 * @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()135 *136 135 * @param string $domain Domain to check. 137 136 * @param string $path Path to check. 138 137 * @param int|null $segments Path segments to use. Defaults to null, or the full path. … … 549 548 * Retrieve an object containing information about the requested network. 550 549 * 551 550 * @since 3.9.0 552 * @deprecated 4.7.0 Use `get_network()` 551 * @since 4.6.0 Converted to use get_network(). 552 * @deprecated 4.7.0 Use get_network() instead. 553 553 * @see get_network() 554 554 * 555 * @internal In 4.6.0, converted to use get_network()556 *557 555 * @param object|int $network The network's database row or ID. 558 556 * @return WP_Network|false Object containing network information if found, false if not. 559 557 */
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)