Changeset 2588
- Timestamp:
- 02/04/2010 01:52:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r2581 r2588 173 173 174 174 /* 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 ) { 176 176 if ( 'just-me' == $scope ) 177 177 $display_comments = 'stream';
Note: See TracChangeset
for help on using the changeset viewer.