Opened 15 years ago
Closed 15 years ago
#1654 closed defect (bug) (fixed)
bp_get_message_thread_last_post_date() 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_last_post_date() is echoing the data to bp_message_thread_last_post_date() which is also an echo.
bp_get_message_thread_last_post_date(), should only return to bp_message_thread_last_post_date()
Note: See
TracTickets for help on using
tickets.
(In [2401]) Fixes #1654