Skip to:
Content

BuddyPress.org

Changeset 2588


Ignore:
Timestamp:
02/04/2010 01:52:10 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1804 props ousep

File:
1 edited

Legend:

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

    r2581 r2588  
    173173
    174174    /* If you have passed a "scope" then this will override any filters you have passed. */
    175     if ( !empty( $scope ) ) {
     175    if ( !empty( $scope ) && 'all' != $scope ) {
    176176        if ( 'just-me' == $scope )
    177177            $display_comments = 'stream';
Note: See TracChangeset for help on using the changeset viewer.