Ticket #46167: 46167.2.diff
| File 46167.2.diff, 622 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/ms-site.php
380 380 * @return array|false Returns false if there is nothing to update. Returns an array of metadata on success. 381 381 */ 382 382 function update_sitemeta_cache( $site_ids ) { 383 if ( ! has_filter( 'update_blog_metadata_cache', 'wp_check_site_meta_support_prefilter' ) ) { 384 add_filter( 'update_blog_metadata_cache', 'wp_check_site_meta_support_prefilter' ); 385 } 383 386 return update_meta_cache( 'blog', $site_ids ); 384 387 } 385 388
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)