#3247 closed enhancement (fixed)
Add additional fields to comment_form()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Templates | Keywords: | |
Cc: | hnla |
Description
At the moment the post comment_form() is running on defaults and missing 'email will not be made public' if comments are set to allow for non logged in users and there are no 'allowed tags' notes.
Patch corrects these two items for comments.php.
Not sure if these items are wanted for bp-default and approach to adding these although along lines described in WP codex might need scrutiny and adjustment.
Attachments (1)
Change History (6)
#1
@
14 years ago
- Keywords comment_form allowed tags comment form fields removed
- Milestone changed from Awaiting Review to 1.3
#2
@
14 years ago
It looks like these were removed intentionally when the comment form was updated. However, taking a look at this, they're probably worth putting in.
#4
@
14 years ago
I'm guessing the idea was to keep things simple while allowing devs to add back in what was required through filters, I can see the reasoning but it does feel a little harder to deal with the comment form now. I think they're best put in as generally you are dealing with users that need those notes on allowed tags and the email notice is important for confidence even though unlikely to often appear with a BP site.
Add allowed tags & 'email will not be pub...' fields to comment form