Changeset 8519 for trunk/wp-includes/cron.php
- Timestamp:
- 08/01/2008 04:36:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cron.php
r8516 r8519 91 91 $cron_url = get_option( 'siteurl' ) . '/wp-cron.php?check=' . wp_hash('187425'); 92 92 93 wp_remote_post($cron_url, array('timeout' => 0.01 ));93 wp_remote_post($cron_url, array('timeout' => 0.01, 'blocking' => false)); 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.