Skip to:
Content

BuddyPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#6621 closed enhancement (fixed)

Remove class_exists checks for WP_Date_Query

Reported by: djpaul's profile DJPaul Owned by: r-a-y's profile r-a-y
Milestone: 2.4 Priority: normal
Severity: normal Version:
Component: Core Keywords: good-first-bug
Cc:

Description

We can remove the class_exists checks for the WP_Date_Query class, as that was introduced in WP 3.7 and our minimum is now 3.8.

Change History (2)

#1 @r-a-y
9 years ago

  • Owner set to r-a-y
  • Resolution set to fixed
  • Status changed from new to closed

In 10210:

Remove class_exists() check for the WP_Date_Query class.

BuddyPress 2.4.0 bumps our minimum WP version to WP 3.8, which supports
the WP_Date_Query class.

Props DJPaul.

Fixes #6621.

#2 @DJPaul
8 years ago

  • Component changed from Component - Any/All to Core
Note: See TracTickets for help on using tickets.