hello, i have a fatal error
Fatal error: Call to undefined function wp_remote_post() in /home/irfan/www/blog/wp-includes/cron.php on line 201
when i go to cron.php ,line 201
here is what is has:
wp_remote_post($cron_url, array(‘timeout’ => 0.01, ‘blocking’ => false));
i haven’t ever touched this file, i just upgraded to 2.7 tho, by replacing the folders wp-includes/wp-admin from the 2.7 wordpress zip directory.