Opened 4 years ago
Closed 4 years ago
#8449 closed enhancement (fixed)
Improve possible customization for invalid signup field error messages
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 8.0.0 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Members | Keywords: | has-patch |
Cc: |
Description
The hooks to customize invalid signup field error messages are relying on an anonymous function which only include the error message HTML output. As the filter to customize this message bp_members_signup_error_message
is not dynamic, to make sure to customize the message for a specific signup field, we need to add a parameter to transport the field name.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 12875: