Changeset 10526
- Timestamp:
- 02/08/2009 03:26:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/cron.php
r10521 r10526 220 220 221 221 $cron_url = get_option( 'siteurl' ) . '/wp-cron.php?doing_wp_cron'; 222 wp_remote_post( $cron_url, array('timeout' => 0.01, 'blocking' => false ) );222 wp_remote_post( $cron_url, array('timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters('https_local_ssl_verify', true)) ); 223 223 } 224 224
Note: See TracChangeset
for help on using the changeset viewer.