Changeset 41717
- Timestamp:
- 10/03/2017 07:04:57 PM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r41661 r41717 1261 1261 $start += 20; 1262 1262 } 1263 refresh_blog_details();1263 clean_blog_cache( get_current_blog_id() ); 1264 1264 } 1265 1265 } -
trunk/src/wp-includes/ms-blogs.php
r41716 r41717 411 411 } 412 412 413 refresh_blog_details($blog_id);413 clean_blog_cache( $blog_id ); 414 414 415 415 return true; … … 1130 1130 return false; 1131 1131 1132 refresh_blog_details( $blog_id );1132 clean_blog_cache( $blog_id ); 1133 1133 1134 1134 if ( 'spam' == $pref ) { -
trunk/src/wp-includes/ms-functions.php
r41714 r41717 1408 1408 1409 1409 $blog_id = $wpdb->insert_id; 1410 refresh_blog_details( $blog_id );1410 clean_blog_cache( $blog_id ); 1411 1411 1412 1412 wp_maybe_update_network_site_counts( $network_id );
Note: See TracChangeset
for help on using the changeset viewer.