Opened 15 years ago
Closed 15 years ago
#1655 closed defect (bug) (fixed)
bp_get_message_thread_avatar() set to echo instead of return
Reported by: | balbert | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
in bp-messages-templatetags.php
bp_get_message_thread_avatar() is echoing the data to
bp_message_thread_avatar() which is also an echo.
bp_get_message_thread_avatar(), should only return to
bp_message_thread_avatar()
Note: See
TracTickets for help on using
tickets.
(In [2402]) Fixes #1655