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