Make WordPress Core

Ticket #19987: 19987.diff

File 19987.diff, 514 bytes (added by mdawaffe, 13 years ago)
  • wp-includes/ms-blogs.php

     
    252252        wp_cache_delete( md5( $details->domain . $details->path )  , 'blog-lookup' );
    253253        wp_cache_delete( 'current_blog_' . $details->domain, 'site-options' );
    254254        wp_cache_delete( 'current_blog_' . $details->domain . $details->path, 'site-options' );
     255
     256        do_action( 'refresh_blog_details', $blog_id );
    255257}
    256258
    257259/**