Skip to:
Content

BuddyPress.org

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's profile 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)

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

Download all attachments as: .zip

Change History (3)

@CoenJacobs
13 years ago

This patch replaces the deprecated function with the new function

#1 @DJPaul
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

#2 @djpaul
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.