Changeset 59039 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 09/17/2024 10:39:58 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r58975 r59039 963 963 964 964 if ( function_exists( 'set_time_limit' ) ) { 965 // Gives core update script time an additional 300 seconds(5 minutes) to finish updating large files or run on slower servers. 965 966 set_time_limit( 300 ); 966 967 }
Note: See TracChangeset
for help on using the changeset viewer.