Opened 6 years ago
Closed 6 years ago
#44126 closed defect (bug) (fixed)
Adding fields to comments_form args prevents checkbox displaying
Reported by: | pross | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9.8 | Priority: | normal |
Severity: | normal | Version: | 4.9.6 |
Component: | Comments | Keywords: | needs-testing fixed-major |
Focuses: | docs, privacy | Cc: |
Attachments (1)
Change History (16)
This ticket was mentioned in Slack in #core by iandunn. View the logs.
6 years ago
#2
@
6 years ago
- Component changed from Privacy to Comments
- Focuses docs privacy added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.9.7
#3
@
6 years ago
- Version set to 4.9.6
Added to the Changes that Affect Theme Authors in WordPress 4.9.6 dev note.
#4
@
6 years ago
Quick patch, still allows users to use comment_form_default_fields so they can still remove the cookies checkbox if need be.
#9
@
6 years ago
On second thought, 44126.patch makes more sense.
This ticket was mentioned in Slack in #core by pbiron. View the logs.
6 years ago
#12
@
6 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 43518:
#13
@
6 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
This ticket was mentioned in Slack in #core by jon_bossenger. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
Thanks for the ticket, @pross. I tested this and I am able to reproduce.
I am going to add this to the dev note for themes that are providing arguments to
comment_form()
. If a theme is overriding the fields in core, I think this should be on them to add the new field. But we need to help them understand why and how. I did notice that the docblock is missing the new field, though.We could also separate the display of this field into a different argument.
Going to mark 4.9.7 for now so that this gets looked at.