Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7334 closed enhancement (fixed)

Remove BP_Activity_Activity::array_replace_recursive

Reported by: tw2113's profile tw2113 Owned by: boonebgorges's profile boonebgorges
Milestone: 2.8 Priority: normal
Severity: normal Version:
Component: Activity Keywords: needs-patch
Cc:

Description

This is a PHP 5.3+ function, and with BP moving one step up, we're able to reduce the codebase just a little.

Looks to be used in the BP_Activity_Activity::get() method only, so minimal changes required.

Change History (2)

#1 @slaFFik
8 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 2.8

#2 @boonebgorges
8 years ago

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

In 11359:

Remove PHP 5.2 polyfill for array_replace_recursive() in BP_Activity_Activity.

Fixes #7334.

Note: See TracTickets for help on using tickets.