Opened 16 years ago
Closed 16 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: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2401]) Fixes #1654