Ticket #34844: 34844.patch
File 34844.patch, 366 bytes (added by , 10 years ago) |
---|
-
wp-includes/ms-load.php
191 191 array_pop( $path_segments ); 192 192 } 193 193 194 $paths[] = '/'; 194 if( empty( $paths ) ) { 195 $paths[] = '/'; 196 } 195 197 196 198 /** 197 199 * Determine a site by its domain and path.