#10829 closed enhancement (fixed)
Comment threading depth of "1" disabled threading and is redundant and confusing
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Comments | Keywords: | |
Focuses: | Cc: |
Description
When comment threading is enabled and the depth is set to 1, threading will not work, because the depth is total depth, not depth of child comments.
There is a checkbox to enable/disable threading, so it is confusing and redundant to allow setting depth to 1. My WordPress.com blog has sat like that for 8 months and I thought it wasn't working because the theme didn't support it!
The depth should start at 2. That also has the benefit of making obvious that it's talking about total depth, instead of depth of child comments.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [11958]) Eliminate the redundant and confusing comment threading depth of 1. Threading starts at 2 now. fixes #10829