#3039 closed defect (bug) (fixed)
Correct copy/paste errors in bbp_get_topic_last_reply_* filters
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Component - Topics | Keywords: | has-patch |
| Cc: |
Description
Some bbp_get_topic_last_reply_* filters are misspelled as bbp_get_topic_last_topic_*:
- bbp_get_topic_last_topic_title should be
bbp_get_topic_last_reply_title. - bbp_get_topic_last_reply_permalink is correct, but misspelled in the docs as
bbp_get_topic_last_topic_permalink. - bbp_get_topic_last_reply_url is correct, but misspelled in the docs as
bbp_get_topic_last_topic_url.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 6244: