Ticket #18715: update-patch.diff
File update-patch.diff, 424 bytes (added by , 13 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 ( !function_exists( 'is_main_site' ) || ! is_main_site() ) 399 399 return; 400 400 401 401 add_action( 'admin_init', '_maybe_update_core' );