~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-comments-post.php

  • Committer: Andrew Glen-Young
  • Date: 2011-03-08 14:47:51 UTC
  • Revision ID: andrew.glen-young@canonical.com-20110308144751-1n6spqgayztf9h77
[AGY] import 3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
$location = apply_filters('comment_post_redirect', $location, $comment);
102
102
 
103
103
wp_redirect($location);
104
 
 
 
104
exit;
105
105
?>