Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

#5431 closed defect (bug) (no action required)

Use stripslashes_deep() instead of wp_unslash() in bp-activity-classes.php

Reported by: lenasterg's profile lenasterg Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Activity Keywords:
Cc:

Description

In order to be compatible with wp <3.6
the wp_unslash() at
https://buddypress.trac.wordpress.org/browser/trunk/bp-activity/bp-activity-classes.php#L1481

should be stripslashes_deep()

Change History (2)

#1 @boonebgorges
11 years ago

In 7991:

Bump minimum WordPress requirement to 3.6

BuddyPress 2.0 introduces a number of features that require WP 3.6, including
some use of wp_unslash() and integration with the Heartbeat API.

See #5328, #5431 et al

Props DJPaul

#2 @boonebgorges
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Thanks for the report. For this reason and a few others, we'll be dropping formal support for WP 3.5.x in BP 2.0.

Note: See TracTickets for help on using tickets.