Changeset 34099 for trunk/src/wp-includes/ms-settings.php
- Timestamp:
- 09/13/2015 11:39:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-settings.php
r34097 r34099 88 88 } 89 89 if ( empty( $current_site ) ) { 90 $current_site = get_network_by_path( $domain, $path, 1 );90 $current_site = WP_Network::get_by_path( $domain, $path, 1 ); 91 91 } 92 92 … … 119 119 } else { 120 120 // If you don't have a site with the same domain/path as a network, you're pretty screwed, but: 121 $current_site = get_network_by_path( $domain, $path, 1 );121 $current_site = WP_Network::get_by_path( $domain, $path, 1 ); 122 122 } 123 123 }
Note: See TracChangeset
for help on using the changeset viewer.