Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#6621 closed enhancement (fixed)

Remove class_exists checks for WP_Date_Query

Reported by: DJPaul Owned by: r-a-y
Priority: normal Milestone: 2.4
Component: Core Version:
Severity: normal 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
11 years ago

  • Owner set to r-a-y
  • Resolutionfixed
  • Status newclosed

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
10 years ago

  • Component Component - Any/AllCore
Note: See TracTickets for help on using tickets.