Changeset 7680
- Timestamp:
- 12/16/2013 11:35:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r7575 r7680 352 352 // comments in the stream like normal comments or threaded below 353 353 // the activity. 354 if ( false === $display_comments || 'threaded' === $display_comments ) 354 if ( false === $display_comments || 'threaded' === $display_comments ) { 355 355 $where_conditions[] = "a.type != 'activity_comment'"; 356 356 } 357 358 // Filter the where conditions 359 $where_conditions = apply_filters( 'bp_activity_get_where_conditions', $where_conditions, $r, $select_sql, $from_sql, $join_sql ); 360 361 // Join the where conditions together 357 362 $where_sql = 'WHERE ' . join( ' AND ', $where_conditions ); 358 363
Note: See TracChangeset
for help on using the changeset viewer.