Changeset 55258 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 02/07/2023 01:26:46 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r55229 r55258 472 472 $clear_destination = $args['clear_destination']; 473 473 474 set_time_limit( 300 ); 474 if ( function_exists( 'set_time_limit' ) ) { 475 set_time_limit( 300 ); 476 } 475 477 476 478 if ( empty( $source ) || empty( $destination ) ) {
Note: See TracChangeset
for help on using the changeset viewer.