#2570 closed defect (bug) (fixed)
error in wp_list_comments callback to bp_dtheme_blog_comments_custom
Reported by: | hnla | Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
The callback is made to a function residing in functions.php
The function spits out the main blog post comments/replies
From the WP codex [ http://codex.wordpress.org/Function_Reference/wp_list_comments ]
Note the lack of a trailing </li>. WordPress will add it itself once it's done listing any children and whatnot.
Now check the function and note the closing li tag!
Simple fix? can we remove that closing li tag please as it causes broken and invalid markup and can't be styled correctly and actually means nested/threaded comments have never actually worked out of the box !.
This is set deliberately at the 1.2.6 milestone as it's not out of the door yet and the solution should take around 0.0032ms to implement?
You should know by now that the speed of patch isn't constant ;)