Changes from branches/3.3/wp-comments-post.php at r20486 to trunk/wp-comments-post.php at r18841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r20486 r18841 101 101 $location = apply_filters('comment_post_redirect', $location, $comment); 102 102 103 wp_ safe_redirect( $location);103 wp_redirect($location); 104 104 exit; 105 105 ?>
Note: See TracChangeset
for help on using the changeset viewer.