Ticket #38357: 38357.diff
File 38357.diff, 717 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/ms-load.php
84 84 if ( is_super_admin() ) 85 85 return true; 86 86 87 $blog = get_ blog_details();87 $blog = get_site(); 88 88 89 89 if ( '1' == $blog->deleted ) { 90 90 if ( file_exists( WP_CONTENT_DIR . '/blog-deleted.php' ) ) … … 135 135 136 136 /** 137 137 * Retrieves the closest matching site object by its domain and path. 138 * 138 * 139 139 * This will not necessarily return an exact match for a domain and path. Instead, it 140 140 * breaks the domain and path into pieces that are then used to match the closest 141 141 * possibility from a query.