]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-comments-post.php
Wordpress 3.1.1-scripts
[autoinstalls/wordpress.git] / wp-comments-post.php
index e2e12f76cba98cbbe11b66ddd976e4ad8a8dcb83..9c17a355b27a4b6167c33129d9d71d92008f7898 100644 (file)
@@ -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;
 ?>