Ticket #8726: 8726.diff
| File 8726.diff, 383 bytes (added by jacobsantos, 3 years ago) |
|---|
-
cron.php
201 201 202 202 update_option( 'doing_cron', $local_time + 30 ); 203 203 204 wp_remote_ post($cron_url, array('timeout' => 0.01, 'blocking' => false));204 wp_remote_get($cron_url, array('timeout' => 0.01, 'blocking' => false)); 205 205 } 206 206 207 207 /**
