Opened 15 years ago
Closed 15 years ago
#1349 closed defect (bug) (fixed)
Group wire - activity format
Reported by: | petronic | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | has-patch | |
Cc: | petronic |
Description
When content of group wire is formatted for recording to activity, function attribute_escape() is used. This makes adding html tags to wire messages impossible (well, at least without parsing fully formed $activity_content).
Can you change that part in groups_new_wire_post() to match the one used in xprofile_action_new_wire_post().
See patch attached.
Thanks.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [2304]) Fixes #1349 - this will be moved to back compat plugin.