Changeset 9244
- Timestamp:
- 10/18/2008 08:58:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/update.php
r8929 r9244 274 274 add_action( 'wp_update_themes', 'wp_update_themes' ); 275 275 276 if ( !wp_next_scheduled('wp_update_plugins') )276 if ( !wp_next_scheduled('wp_update_plugins') && !defined('WP_INSTALLING') ) 277 277 wp_schedule_event(time(), 'twicedaily', 'wp_update_plugins'); 278 278 279 279 280 if ( !wp_next_scheduled('wp_update_themes') )280 if ( !wp_next_scheduled('wp_update_themes') && !defined('WP_INSTALLING') ) 281 281 wp_schedule_event(time(), 'twicedaily', 'wp_update_themes'); 282 282
Note: See TracChangeset
for help on using the changeset viewer.