everytime i post a comment i get this error:
Fatal error: Call to undefined function: wp_redirect() in C:\Inetpub\wwwroot\mt\ldp\wp-comments-post.php on line 62
and the line 62 is:
$location = (empty($_POST['redirect_to'])) ? $_SERVER["HTTP_REFERER"] : $_POST['redirect_to'];
wp_redirect($location); // this one is the 62.
anyway. has an idea of what can be?