Lose hash check
git-svn-id: https://develop.svn.wordpress.org/trunk@10473 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3fa69e82bf
commit
decf24ecb6
@ -180,7 +180,7 @@ function spawn_cron( $local_time ) {
|
|||||||
if ( $timestamp > $local_time )
|
if ( $timestamp > $local_time )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
$cron_url = get_option( 'siteurl' ) . '/wp-cron.php?check=' . wp_hash('187425');
|
$cron_url = get_option( 'siteurl' ) . '/wp-cron.php';
|
||||||
/*
|
/*
|
||||||
* multiple processes on multiple web servers can run this code concurrently
|
* multiple processes on multiple web servers can run this code concurrently
|
||||||
* try to make this as atomic as possible by setting doing_cron switch
|
* try to make this as atomic as possible by setting doing_cron switch
|
||||||
|
Loading…
Reference in New Issue
Block a user