Changeset 9508
- Timestamp:
- 11/04/2008 03:37:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-post.php
r9507 r9508 80 80 } 81 81 82 $location = ( empty($_POST['redirect_to']) ? get_comment_link($comment_id) : $_POST['redirect_to'] ). '#comment-' . $comment_id;82 $location = empty($_POST['redirect_to']) ? get_comment_link($comment_id) : $_POST['redirect_to'] . '#comment-' . $comment_id; 83 83 $location = apply_filters('comment_post_redirect', $location, $comment); 84 84
Note: See TracChangeset
for help on using the changeset viewer.