#6505 closed defect (bug) (fixed)
Separate actions and screens in Messages component
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | 1.0 |
Component: | Messages | Keywords: | needs-patch |
Cc: |
Description
Two screen functions also contain actions:
messages_screen_compose()
sends a private messagemessages_screen_notices()
sends notices
Change History (3)
Note: See
TracTickets for help on using
tickets.
The actionable functionality in these components should be moved into
bp-messages-actions.php
and hooked tobp_actions
.