Opened 17 years ago
Closed 17 years ago
#1349 closed defect (bug) (fixed)
Group wire - activity format
| Reported by: | petronic | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2304]) Fixes #1349 - this will be moved to back compat plugin.