Changeset 3985 for trunk/bp-activity/bp-activity-classes.php
- Timestamp:
- 02/01/2011 09:47:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r3917 r3985 134 134 // comments in the stream like normal comments or threaded below 135 135 // the activity. 136 if ( !$display_comments || 'threaded'== $display_comments )136 if ( false === $display_comments || 'threaded' === $display_comments ) 137 137 $where_conditions[] = "a.type != 'activity_comment'"; 138 138
Note: See TracChangeset
for help on using the changeset viewer.