Opened 20 years ago
Closed 19 years ago
#1115 closed defect (bug) (wontfix)
Move comment_form do_action() above submit button
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
The comment_form hook is awesome... but its default position (below the submit button) is limiting. The hook is useful for adding checkboxes like "subscribe to comments" and the like, but those checkboxes don't make as much sense below the submit button as they would make above.
I think a much better location for the comment_form do_action() would be right between the comment box and the submit button.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I agree that having the action hook earlier would have been a better choice, but at this point moving it would create backwards-compatibility problems.