Changeset 45910 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 08/29/2019 12:41:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r45805 r45910 1160 1160 } 1161 1161 1162 if ( function_exists( 'clean_network_cache' ) ) { 1163 clean_network_cache( $network_id ); 1164 } else { 1165 wp_cache_delete( $network_id, 'networks' ); 1166 } 1167 1162 1168 wp_cache_delete( 'networks_have_paths', 'site-options' ); 1163 1169
Note: See TracChangeset
for help on using the changeset viewer.