Ticket #18387: wrong_return.diff
| File wrong_return.diff, 368 bytes (added by , 14 years ago) |
|---|
-
ms-functions.php
384 384 385 385 if ( !$id ) { 386 386 wp_cache_set( md5( $domain . $path ), -1, 'blog-id-cache' ); 387 return false;387 return 0; 388 388 } 389 389 wp_cache_set( md5( $domain . $path ), $id, 'blog-id-cache' ); 390 390