Changeset 2427
- Timestamp:
- 03/10/05 07:01:42 (3 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r2359 r2427 51 51 header('Pragma: no-cache'); 52 52 53 $location = get_permalink($comment_post_ID);53 $location = (empty($_POST['redirect_to'])) ? $_SERVER["HTTP_REFERER"] : $_POST['redirect_to']; 54 54 55 55 header("Location: $location");
