Changeset 58678 for trunk/src/wp-cron.php
- Timestamp:
- 07/05/2024 10:10:50 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r55871 r58678 25 25 26 26 // Don't run cron until the request finishes, if possible. 27 if ( PHP_VERSION_ID >= 70016 &&function_exists( 'fastcgi_finish_request' ) ) {27 if ( function_exists( 'fastcgi_finish_request' ) ) { 28 28 fastcgi_finish_request(); 29 29 } elseif ( function_exists( 'litespeed_finish_request' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.