Ticket #51380: 51380.patch
File 51380.patch, 473 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/ms-load.php
index: /src/wp-includes/ms-load.php ========================================
a b function get_network_by_path( $domain, $path, $segments = null ) { 155 155 * @since 3.9.0 156 156 * @since 4.7.0 Updated to always return a `WP_Site` object. 157 157 * 158 * @global wpdb $wpdb WordPress database abstraction object.159 158 * 160 159 * @param string $domain Domain to check. 161 160 * @param string $path Path to check.