I have a fairly new WP 2.0.3 install running on apache 1.3 with php 4 and I am using a template based on the old classic single index.php with comments.php
I've noticed one problem that's bothering me.
After a NEW comment is posted, wp-comments-post.php does it's job and redirects back to the original post page.
HOWEVER, is it not supposed to send that person back to see their comment by adding #comment-1234 to the end of the URL?
I thought this was the purpose of get_permalink at the end of that function, and inject it into the location header?
I am using the second permalink option:
Date and name based
http://example.com/blog/2006/07/24/sample-post/
Thanks for any help!