Opened 13 years ago
Closed 13 years ago
#3923 closed defect (bug) (fixed)
bp-forums uses deprecated bp_get_forum_directory_permalink function
Reported by: | CoenJacobs | Owned by: | |
---|---|---|---|
Milestone: | 1.5.4 | Priority: | normal |
Severity: | normal | Version: | 1.5 |
Component: | Forums | 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)
#1
@
13 years ago
- Component changed from Core to Forums
- Keywords dev-feedback removed
- Milestone changed from Awaiting Review to 1.5.4
We've already changed this in trunk, but I guess there's no harm in updating the 1.5 branch in case we have to do another minor release before 1.6 :) Thanks for the patch
Note: See
TracTickets for help on using
tickets.
This patch replaces the deprecated function with the new function