diff options
Diffstat (limited to 'wp-includes/cron.php')
| -rw-r--r-- | wp-includes/cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/cron.php b/wp-includes/cron.php index e9a6462..f81c6ad 100644 --- a/wp-includes/cron.php +++ b/wp-includes/cron.php @@ -97,7 +97,7 @@ function spawn_cron() { if ( $argyle )
fputs( $argyle,
- "GET {$parts['path']}?check=" . md5(DB_PASS . '187425') . " HTTP/1.0\r\n"
+ "GET {$parts['path']}?check=" . wp_hash('187425') . " HTTP/1.0\r\n"
. "Host: {$_SERVER['HTTP_HOST']}\r\n\r\n"
);
}
|
