#1981 closed defect (bug) (fixed)
Unable to disable comments when writing a post
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | 2.0 |
Component: | Administration | Keywords: | bg|has-patch |
Focuses: | Cc: |
Description
On both v2.0-Beta 2 and v2.0-RC1, when writing a new post, if I uncheck "Allow Comments" in the "Discussion" box, it doesn't deactivate comments for that post. I have to edit the post after I've published it and untick the "Allow Comments" box again to get it to work.
Attachments (1)
Change History (4)
#1
@
17 years ago
- Keywords bg|has-patch added
Okay, I think this should fix it.
Before, if $_POST['comment_status']
was not set (i.e. the checkbox was not checked), it'd be set to the defualt value for comment status.
Note: See
TracTickets for help on using
tickets.
Fixes (hopefully) this ticket