#1786 closed enhancement (fixed)
Add hook for blank or incorrect comment field errors
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | normal | Version: | 1.6 |
| Component: | General | Keywords: | comments error bg|has-patch bg|commit |
| Focuses: | Cc: |
Description
In this discussion (button patch for comment post section), someone suggested adding a function to improve the way WordPress handles blank comment fields and missing required emails (In other words, do something other than just die with 'Error: please enter a valid email address,' for example).
My attached patch instead adds a hook that will allow plugin authors and theme developers to create their own custom error responses.
The default action is the existing die behavior.
Attachments (2)
Change History (8)
#1
@
21 years ago
- Keywords bg|has-patch bg|commit added
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
#3
@
20 years ago
- Owner changed from markjaquith to filosofo
- Status changed from assigned to new
I've uploaded a new patch that uses wp_die to accomplish what I was hoping to do with this back when I started this ticket.
#4
@
20 years ago
- Owner changed from filosofo to markjaquith
Oops, didn't mean to change the assignment just now.
This ticket was mentioned in Slack in #core-js by youknowriad. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
I like it!