Ticket #12609: 12609.2.diff
File 12609.2.diff, 611 bytes (added by , 15 years ago) |
---|
-
wp-includes/cron.php
231 231 set_transient( 'doing_cron', $local_time ); 232 232 233 233 $cron_url = get_option( 'siteurl' ) . '/wp-cron.php?doing_wp_cron'; 234 wp_remote_post( $cron_url, array( 'timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters('https_local_ssl_verify', true)) );234 wp_remote_post( $cron_url, array( 'timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters( 'https_local_ssl_verify', false ) ) ); 235 235 } 236 236 237 237 /**