Changeset 20486
- Timestamp:
- 04/16/2012 10:12:25 PM (13 years ago)
- 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.