Changeset 1756

Show
Ignore:
Timestamp:
10/06/04 06:34:19 (4 years ago)
Author:
donncha
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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) {