- Timestamp:
- 10/08/2015 02:13:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/classes/class-bp-notifications-notification.php
r10141 r10210 814 814 815 815 // Bail if not a proper date query format 816 if ( empty( $date_query ) || ! is_array( $date_query ) || ! class_exists( 'BP_Date_Query' )) {816 if ( empty( $date_query ) || ! is_array( $date_query ) ) { 817 817 return ''; 818 818 }
Note: See TracChangeset
for help on using the changeset viewer.