Make WordPress Core

Ticket #41285: 41285.patch

File 41285.patch, 512 bytes (added by tejas5989, 7 years ago)
  • wp-includes/ms-settings.php

     
    7373        unset( $bootstrap_result );
    7474
    7575        $blog_id = $current_blog->blog_id;
    76         $public  = $current_blog->public;
    77 
     76       
    7877        if ( empty( $current_blog->site_id ) ) {
    7978                // This dates to [MU134] and shouldn't be relevant anymore,
    8079                // but it could be possible for arguments passed to insert_blog() etc.