Changeset 44927
- Timestamp:
- 03/18/2019 04:19:27 PM (7 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/ms-site.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
-
branches/5.1/src/wp-includes/ms-site.php
r44807 r44927 381 381 */ 382 382 function update_sitemeta_cache( $site_ids ) { 383 // Ensure this filter is hooked in even if the function is called early. 384 if ( ! has_filter( 'update_blog_metadata_cache', 'wp_check_site_meta_support_prefilter' ) ) { 385 add_filter( 'update_blog_metadata_cache', 'wp_check_site_meta_support_prefilter' ); 386 } 383 387 return update_meta_cache( 'blog', $site_ids ); 384 388 }
Note: See TracChangeset
for help on using the changeset viewer.