Changeset 59291 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/25/2024 08:24:08 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r59288 r59291 3557 3557 $return = array(); 3558 3558 3559 // Increase the script timeout limit to allow ample time for diff UI setup. 3559 3560 if ( function_exists( 'set_time_limit' ) ) { 3560 // Increase the script timeout limit to allow ample time for diff UI setup.3561 3561 set_time_limit( 5 * MINUTE_IN_SECONDS ); 3562 3562 }
Note: See TracChangeset
for help on using the changeset viewer.