Ticket #21143: 21143_blog_not_found.diff
File 21143_blog_not_found.diff, 534 bytes (added by , 12 years ago) |
---|
-
wp-includes/ms-settings.php
81 81 } 82 82 83 83 if ( ! defined( 'WP_INSTALLING' ) && is_subdomain_install() && ! is_object( $current_blog ) ) { 84 85 do_action('blog_not_found', $domain, $blogname, $current_site, $current_blog, $path ); 86 84 87 if ( defined( 'NOBLOGREDIRECT' ) ) { 85 88 $destination = NOBLOGREDIRECT; 86 89 if ( '%siteurl%' == $destination )