Opened 17 years ago
Closed 17 years ago
#7699 closed defect (bug) (fixed)
comment_max_links causes confusion when zero
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
- go to Settings/Discussion
- Uncheck "An administrator must always approve the comment "
- Set "Hold a comment in the queue if it contains 0 or more links."
- Post a comment
Expected: the comment should not be moderated.
Actual: the comment goes into the moderation queue.
Technically that's not incorrect, but it's confusing - the moderation setting should take precedence and comment_max_links should be ignored if it's zero.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [8833]) Ignore comment_max_links option when zero, props tellyworth, fixes #7699