Changeset 540 for trunk/bp-core.php
- Timestamp:
- 11/13/2008 11:20:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r538 r540 132 132 'is_item_admin' would be 1 if they are a group admin, 0 if they are not. */ 133 133 $bp['is_item_admin'] = bp_is_home(); 134 135 /* Used to determine if the logged in user is a moderator for the current content. */ 136 $bp['is_item_mod'] = false; 134 137 135 138 $bp['core'] = array(
Note: See TracChangeset
for help on using the changeset viewer.