Changeset 40575 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 05/06/2017 02:29:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r39325 r40575 108 108 109 109 $options = array( 110 'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),110 'timeout' => wp_doing_cron() ? 30 : 3, 111 111 ); 112 112
Note: See TracChangeset
for help on using the changeset viewer.