Skip to:
Content

BuddyPress.org

Changeset 540 for trunk/bp-core.php


Ignore:
Timestamp:
11/13/2008 11:20:15 PM (17 years ago)
Author:
apeatling
Message:

Added ability for group admins to:

  • Promote users to moderators
  • Demote users to regular group members
  • Ban and kick users from a group
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r538 r540  
    132132       'is_item_admin' would be 1 if they are a group admin, 0 if they are not. */
    133133    $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;
    134137
    135138    $bp['core'] = array(
Note: See TracChangeset for help on using the changeset viewer.