mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
In get_network_by_path(), $exact_domains is unused.
See #27882. git-svn-id: https://develop.svn.wordpress.org/trunk@28329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -125,7 +125,7 @@ function ms_site_check() {
|
||||
function get_network_by_path( $domain, $path, $segments = null ) {
|
||||
global $wpdb;
|
||||
|
||||
$domains = $exact_domains = array( $domain );
|
||||
$domains = array( $domain );
|
||||
$pieces = explode( '.', $domain );
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user