Changeset 20425 for trunk/wp-comments-post.php
- Timestamp:
- 04/10/2012 05:21:17 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r20378 r20425 96 96 $location = apply_filters('comment_post_redirect', $location, $comment); 97 97 98 wp_ redirect($location);98 wp_safe_redirect( $location ); 99 99 exit;
Note: See TracChangeset
for help on using the changeset viewer.