Opened 15 years ago
Closed 15 years ago
#3923 closed defect (bug) (fixed)
bp-forums uses deprecated bp_get_forum_directory_permalink function
| Reported by: | CoenJacobs | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.4 |
| Component: | Forums | Version: | 1.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The bp_get_forum_directory_permalink function is deprecated as of BuddyPress 1.5. bp-forums uses this when posting from the global Forum Directory, firing a notice, resulting in a headers already sent error.
This function call should be replaced by the new bp_get_forums_directory_permalink function.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This patch replaces the deprecated function with the new function