Changeset 53426 for trunk/src/wp-cron.php
- Timestamp:
- 05/20/2022 05:36:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r53300 r53426 20 20 21 21 /* Don't make the request block till we finish, if possible. */ 22 if ( function_exists( 'fastcgi_finish_request' ) && version_compare( phpversion(), '7.0.16', '>=' ) ) {22 if ( PHP_VERSION_ID >= 70016 && function_exists( 'fastcgi_finish_request' ) ) { 23 23 if ( ! headers_sent() ) { 24 24 header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
Note: See TracChangeset
for help on using the changeset viewer.