Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2011 09:47:50 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Allow individual activity stream comments and forum replies to appear in favorites listings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r3917 r3985  
    134134        // comments in the stream like normal comments or threaded below
    135135        // the activity.
    136         if ( !$display_comments || 'threaded' == $display_comments )
     136        if ( false === $display_comments || 'threaded' === $display_comments )
    137137            $where_conditions[] = "a.type != 'activity_comment'";
    138138
Note: See TracChangeset for help on using the changeset viewer.