#2617 closed defect (bug) (fixed)
[patch] filters on edit and delete links for bp_get_the_topic_post_admin_links()
Reported by: | nuprn1 | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Forums | Keywords: | has-patch |
Cc: |
Description
filter triggers for both the edit and delete links for topic post (ie, i'd like to remove the edit/delete link after so many minutes)
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch adds bp_get_the_topic_post_admin_links_edit_link and bp_get_the_topic_post_admin_links_delete_link filters. Also, fixes an issue where a user-defined separator would not be implemented properly. The patch also fixes a spelling error s/seperator/separator.