Make WordPress Core


Ignore:
Timestamp:
08/01/2008 04:36:50 PM (16 years ago)
Author:
ryan
Message:

Formatting changes and non-blocking mode. Props DD32. see #4779

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/cron.php

    r8516 r8519  
    9191    $cron_url = get_option( 'siteurl' ) . '/wp-cron.php?check=' . wp_hash('187425');
    9292
    93     wp_remote_post($cron_url, array('timeout' => 0.01));
     93    wp_remote_post($cron_url, array('timeout' => 0.01, 'blocking' => false));
    9494}
    9595
Note: See TracChangeset for help on using the changeset viewer.