Changeset 2128 for trunk/bp-groups.php
- Timestamp:
- 11/25/2009 08:38:56 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r2114 r2128 1470 1470 return false; 1471 1471 1472 /* If the group is not public, no recording of activity please. */ 1473 if ( 'public' != $bp->groups->current_group->status ) 1474 return false; 1472 /* If the group is not public, hide the activity sitewide, or basically when not looking at the group feed. */ 1473 if ( 'public' == $bp->groups->current_group->status ) 1474 $hide_sitewide = false; 1475 else 1476 $hide_sitewide = true; 1475 1477 1476 1478 $defaults = array( … … 1483 1485 'secondary_item_id' => false, 1484 1486 'recorded_time' => time(), 1485 'hide_sitewide' => false1487 'hide_sitewide' => $hide_sitewide 1486 1488 ); 1487 1489
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)