Changeset 38014
- Timestamp:
- 07/08/2016 01:18:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r37488 r38014 114 114 $to_download = 'full'; 115 115 116 // Lock to prevent multiple Core Updates occur ing116 // Lock to prevent multiple Core Updates occurring 117 117 $lock = WP_Upgrader::create_lock( 'core_updater', 15 * MINUTE_IN_SECONDS ); 118 118 if ( ! $lock ) {
Note: See TracChangeset
for help on using the changeset viewer.