Skip to:
Content

BuddyPress.org

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)

3923.diff (567 bytes ) - added by CoenJacobs 15 years ago.
This patch replaces the deprecated function with the new function

Download all attachments as: .zip

Change History (3)

@CoenJacobs
15 years ago

This patch replaces the deprecated function with the new function

#1 @DJPaul
15 years ago

  • Component CoreForums
  • Keywords dev-feedback removed
  • Milestone Awaiting Review1.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

#2 @djpaul
15 years ago

  • Resolutionfixed
  • Status newclosed

(In [5637]) Don't use a deprecated function in the forums template. Fixes #3923, props CoenJacobs

Note: See TracTickets for help on using tickets.