Make WordPress Core


Ignore:
Timestamp:
10/06/2004 06:34:19 AM (21 years ago)
Author:
donncha
Message:

Fixed minor bug - wrong variable passed to get_permalink() - caused
comment redirect to fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r1751 r1756  
    9999header('Pragma: no-cache');
    100100
    101 $location = get_permalink($comment_ID);
     101$location = get_permalink($comment_post_ID);
    102102
    103103if ($is_IIS) {
Note: See TracChangeset for help on using the changeset viewer.