Ticket #18876: 18876.patch
File 18876.patch, 416 bytes (added by , 14 years ago) |
---|
-
wp-includes/update.php
395 395 wp_schedule_event(time(), 'twicedaily', 'wp_update_themes'); 396 396 } 397 397 398 if ( ! is_main_site() )398 if ( ! is_main_site() and ! is_network_admin() ) 399 399 return; 400 400 401 401 add_action( 'admin_init', '_maybe_update_core' );