#412 closed defect (bug) (fixed)
groups_edit_group_settings() is missing a do_action call
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
When groups_edit_group_settings() is called it checks to see if the group has a forum. If not it creates one. We're just missing the do_action() call that lets everyone know that has happened. Patch supplies the missing trigger.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
adds do_action() call