Ticket #42073: 42073.diff
File 42073.diff, 394 bytes (added by , 8 years ago) |
---|
-
wp-includes/ms-functions.php
diff --git wp-includes/ms-functions.php wp-includes/ms-functions.php index 20a183d..07f2ace 100644
function get_blog_id_from_url( $domain, $path = '/' ) { 318 318 'domain' => $domain, 319 319 'path' => $path, 320 320 'fields' => 'ids', 321 'number' => 1, 321 322 ); 322 323 $result = get_sites( $args ); 323 324 $id = array_shift( $result );