diff --git a/wp-includes/cron.php b/wp-includes/cron.php index c609ef8a1..3a39de474 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -180,7 +180,7 @@ function spawn_cron( $local_time ) { if ( $timestamp > $local_time ) 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 * try to make this as atomic as possible by setting doing_cron switch