[wp-trac] [WordPress Trac] #12771: Comments do not work after commit 9175
WordPress Trac
wp-trac at lists.automattic.com
Tue Mar 30 09:37:16 UTC 2010
#12771: Comments do not work after commit 9175
--------------------------+-------------------------------------------------
Reporter: pgquiles | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Comments | Version:
Severity: major | Keywords:
--------------------------+-------------------------------------------------
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:
http://core.trac.wordpress.org/changeset/13879
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12771>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list