Changeset 54113 for trunk/src/wp-admin/includes/class-wp-debug-data.php
- Timestamp:
- 09/09/2022 08:14:43 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r53426 r54113 1598 1598 // We still want to limit it below. 1599 1599 if ( empty( $max_execution_time ) ) { 1600 $max_execution_time = 30; 1600 $max_execution_time = 30; // 30 seconds. 1601 1601 } 1602 1602
Note: See TracChangeset
for help on using the changeset viewer.