X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..refs/tags/wordpress-3.2-scripts:/wp-comments-post.php diff --git a/wp-comments-post.php b/wp-comments-post.php index e2e12f76..9c17a355 100644 --- a/wp-comments-post.php +++ b/wp-comments-post.php @@ -101,5 +101,5 @@ $location = empty($_POST['redirect_to']) ? get_comment_link($comment_id) : $_POS $location = apply_filters('comment_post_redirect', $location, $comment); wp_redirect($location); - +exit; ?>