Changeset 54866 for trunk/src/wp-cron.php
- Timestamp:
- 11/23/2022 03:41:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-cron.php
r54258 r54866 24 24 } 25 25 26 / * Don't make the request block till we finish, if possible. */26 // Don't run cron until the request finishes, if possible. 27 27 if ( PHP_VERSION_ID >= 70016 && function_exists( 'fastcgi_finish_request' ) ) { 28 28 fastcgi_finish_request(); … … 36 36 37 37 /** 38 * Tell WordPress we are doing the cron task.38 * Tell WordPress the cron task is running. 39 39 * 40 40 * @var bool
Note: See TracChangeset
for help on using the changeset viewer.