Changeset 19889
- Timestamp:
- 02/09/2012 07:53:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r19712 r19889 253 253 wp_cache_delete( 'current_blog_' . $details->domain, 'site-options' ); 254 254 wp_cache_delete( 'current_blog_' . $details->domain . $details->path, 'site-options' ); 255 256 do_action( 'refresh_blog_details', $blog_id ); 255 257 } 256 258
Note: See TracChangeset
for help on using the changeset viewer.