Ticket #47396: 47396.diff
File 47396.diff, 464 bytes (added by , 6 years ago) |
---|
-
wp-cron.php
diff --git a/wp-cron.php b/wp-cron.php index ca478e4..82d5fa3 100644
a b ignore_user_abort( true ); 20 20 21 21 /* Don't make the request block till we finish, if possible. */ 22 22 if ( function_exists( 'fastcgi_finish_request' ) && version_compare( phpversion(), '7.0.16', '>=' ) ) { 23 header( 'Cache-Control: no-store, no-cache, must-revalidate, max-age=0' ); 24 header( 'Pragma: no-cache' ); 23 25 fastcgi_finish_request(); 24 26 } 25 27