Changeset 7535
- Timestamp:
- 11/08/2013 06:15:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-classes.php
r7525 r7535 317 317 if ( ! empty( $args['is_new'] ) ) { 318 318 $where_conditions['is_new'] = "is_new = 1"; 319 } elseif ( ( 0 === $args['is_new'] ) || ( false === $args['is_new'] ) ) { 320 $where_conditions['is_new'] = "is_new = 0"; 319 321 } 320 322
Note: See TracChangeset
for help on using the changeset viewer.