Opened 15 years ago
Closed 14 years ago
#12771 closed defect (bug) (fixed)
Comments do not work after commit 9175
Reported by: | pgquiles | Owned by: | iandstewart |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | major | Version: | |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
Commit 9175 implemented threaded comments and moved this line:
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
to a new generic function "comment_id_fields()" as per issue 7635:
http://core.trac.wordpress.org/changeset/9175
http://core.trac.wordpress.org/ticket/7635
Problem is it broke the default theme for me. I have been suffering this issue for months now but I never found the fix until yesterday:
http://wordpress.org/support/topic/38683
(see comment by westi)
I reversed 9175 locally and now the default theme works again in Wordpress 2.9.7 (and I guess it would fix the issue in many older versions too)
I don't know whether this issue needs fixing, or what kind of fix, now that classic and default themes have been removed, thought:
Change History (7)
#1
@
15 years ago
- Milestone Unassigned deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
15 years ago
- Component changed from Comments to WordPress.org
- Milestone set to WordPress.org site
- Resolution invalid deleted
- Status changed from closed to reopened
This ticket missed the train.
I guess you should take it up with whoever maintains the default theme now.