Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4516 closed defect (bug) (fixed)

Global $bp_unfiltered_uri removed in 1.6

Reported by: DJPaul Owned by:
Priority: normal Milestone: 1.6.2
Component: Core Version: 1.6.1
Severity: major Keywords: has-patch
Cc:

Description

The $bp_unfiltered_uri global was removed in BP 1.6. This has caused backpat issues with an old custom plugin. I cannot find any documentation or trac discussion about the removal of the global.

It seems to have been moved into $bp->unfiltered_uri, but should preserve the old global for backpat.

Attachments (1)

4516.001.patch (637 bytes ) - added by DJPaul 14 years ago.

Download all attachments as: .zip

Change History (6)

@DJPaul
14 years ago

#1 @DJPaul
14 years ago

  • Keywords has-patch added; dev-feedback removed

Attached patch for review.

#2 @djpaul
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [6472]) Reinstate $bp_unfiltered_uri global for backpat. Fixes #4516

The $bp_unfiltered_uri global was removed in BP 1.6. This can cause backpat issues with plugins and customisations from old versions of BuddyPress. If you need to change this array, you should use buddypress()->unfiltered_uri instead of this global.

#3 @djpaul
14 years ago

(In [6473]) Reinstate $bp_unfiltered_uri global for backpat. Fixes #4516 (for 1.6 branch)

The $bp_unfiltered_uri global was removed in BP 1.6. This can cause backpat issues with plugins and customisations from old versions of BuddyPress. If you need to change this array, you should use buddypress()->unfiltered_uri instead of this global.

#4 @johnjamesjacoby
11 years ago

  • Component Backwards CompatabilityWarnings/Notices

#5 @DJPaul
10 years ago

  • Component Tools - Warnings/NoticesCore
Note: See TracTickets for help on using tickets.