#2300 closed defect (bug) (fixed)
Reply excerpt function always fails
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Component - Replies | Keywords: | has-patch |
Cc: |
Description
bbp_get_reply_excerpt() always returns post_content because there is a mistake in the order of parameters for the get_post_field call. Patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4844]) Fix bug in bbp_get_reply_excerpt() that was causing it to always fail. Reverse the parameters of get_post_field() to be in the correct order. Props paulgibbs. Fixes #2300.