In `get_network_by_path()`, `$exact_domains` is unused.
See #27882. Built from https://develop.svn.wordpress.org/trunk@28329 git-svn-id: http://core.svn.wordpress.org/trunk@28157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b2b25f7326
commit
c96d7fff01
|
@ -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 );
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue