Make WordPress Core

Changeset 28329


Ignore:
Timestamp:
05/06/2014 09:31:14 PM (11 years ago)
Author:
wonderboymusic
Message:

In get_network_by_path(), $exact_domains is unused.

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-load.php

    r28321 r28329  
    126126    global $wpdb;
    127127
    128     $domains = $exact_domains = array( $domain );
     128    $domains = array( $domain );
    129129    $pieces = explode( '.', $domain );
    130130
Note: See TracChangeset for help on using the changeset viewer.