Ticket #2891: wp-comments-post.php.diff
File wp-comments-post.php.diff, 402 bytes (added by , 19 years ago) |
---|
-
wp-comments-post.php
59 59 60 60 $location = ( empty( $_POST['redirect_to'] ) ) ? get_permalink( $comment_post_ID ) : $_POST['redirect_to']; 61 61 62 wp_redirect( $location );62 wp_redirect( $location . "#comment-" . $comment_id ); 63 63 64 64 ?>