Ticket #21143: 21143_no_blog_redirect.diff
File 21143_no_blog_redirect.diff, 536 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('no_blog_redirect', $domain, $blogname, $current_site, $current_blog, $path ); 86 84 87 if ( defined( 'NOBLOGREDIRECT' ) ) { 85 88 $destination = NOBLOGREDIRECT; 86 89 if ( '%siteurl%' == $destination )