Changeset 34042 for trunk/src/wp-comments-post.php
- Timestamp:
- 09/11/2015 06:20:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r33891 r34042 152 152 do_action( 'set_comment_cookies', $comment, $user ); 153 153 154 $location = empty($_POST['redirect_to']) ? get_comment_link( $comment_id) : $_POST['redirect_to'] . '#comment-' . $comment_id;154 $location = empty($_POST['redirect_to']) ? get_comment_link( $comment ) : $_POST['redirect_to'] . '#comment-' . $comment_id; 155 155 156 156 /**
Note: See TracChangeset
for help on using the changeset viewer.