Skip to content

Commit 07148e9

Browse files
committed
Make a PHP change to trigger workflow.
1 parent 33ec343 commit 07148e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/wp-cron.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818

1919
ignore_user_abort( true );
2020

21+
2122
if ( ! headers_sent() ) {
2223
header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
2324
header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );
2425
}
2526

27+
2628
// Don't run cron until the request finishes, if possible.
2729
if ( function_exists( 'fastcgi_finish_request' ) ) {
2830
fastcgi_finish_request();

0 commit comments

Comments
 (0)