#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: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.5 |
| Component: | Forums | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.