[wp-cvs] wordpress wp-comments-post.php,1.17,1.18
Donncha O Caoimh
donncha at users.sourceforge.net
Wed Oct 6 06:34:21 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31714
Modified Files:
wp-comments-post.php
Log Message:
Fixed minor bug - wrong variable passed to get_permalink() - caused
comment redirect to fail.
Index: wp-comments-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments-post.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** wp-comments-post.php 5 Oct 2004 16:22:31 -0000 1.17
--- wp-comments-post.php 6 Oct 2004 06:34:19 -0000 1.18
***************
*** 99,103 ****
header('Pragma: no-cache');
! $location = get_permalink($comment_ID);
if ($is_IIS) {
--- 99,103 ----
header('Pragma: no-cache');
! $location = get_permalink($comment_post_ID);
if ($is_IIS) {
***************
*** 107,109 ****
}
! ?>
\ No newline at end of file
--- 107,109 ----
}
! ?>
More information about the cvs
mailing list