Ticket #24061: 24061.4.diff
File 24061.4.diff, 584 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/ms-load.php
82 82 if ( is_super_admin() ) 83 83 return true; 84 84 85 /** 86 * Fires before site status is checked. 87 * 88 * @since 3.7.0 89 * 90 * @param Object $site Contains site details. 91 */ 92 do_action( 'ms_site_check_status', $site ); 93 85 94 if ( '1' == $blog->deleted ) { 86 95 if ( file_exists( WP_CONTENT_DIR . '/blog-deleted.php' ) ) 87 96 return WP_CONTENT_DIR . '/blog-deleted.php';