Ticket #13732: 13732-2.diff
| File 13732-2.diff, 431 bytes (added by , 15 years ago) |
|---|
-
wp-includes/update.php
385 385 wp_schedule_event(time(), 'twicedaily', 'wp_update_themes'); 386 386 } 387 387 388 if ( ! is_main_site() )388 if ( ! is_main_site() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) 389 389 return; 390 390 391 391 add_action( 'admin_init', '_maybe_update_core' );