Changeset 1756
- Timestamp:
- 10/06/04 06:34:19 (4 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r1751 r1756 99 99 header('Pragma: no-cache'); 100 100 101 $location = get_permalink($comment_ ID);101 $location = get_permalink($comment_post_ID); 102 102 103 103 if ($is_IIS) {
