Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r20486 r18841  
    101101$location = apply_filters('comment_post_redirect', $location, $comment);
    102102
    103 wp_safe_redirect( $location );
     103wp_redirect($location);
    104104exit;
    105105?>
Note: See TracChangeset for help on using the changeset viewer.