Changeset 59512
- Timestamp:
- 12/13/2024 11:15:08 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r59334 r59512 342 342 $id = wp_cache_get( md5( $domain . $path ), 'blog-id-cache' ); 343 343 344 if ( -1 == $id ) { // Blog does not exist.344 if ( -1 === $id ) { // Blog does not exist. 345 345 return 0; 346 346 } elseif ( $id ) {
Note: See TracChangeset
for help on using the changeset viewer.