Skip to:
Content

BuddyPress.org

Changeset 1976


Ignore:
Timestamp:
09/28/2009 06:25:22 PM (15 years ago)
Author:
apeatling
Message:

Fixing typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r1975 r1976  
    240240            array_shift($bp->action_variables);
    241241                                   
    242             $bp->bp_options_title = $bp->groups->current_group->namee;
     242            $bp->bp_options_title = $bp->groups->current_group->name;
    243243           
    244244            if ( !$bp->bp_options_avatar = bp_core_fetch_avatar( array( 'item_id' => $bp->groups->current_group->id, 'object' => 'group', 'type' => 'thumb', 'avatar_dir' => 'group-avatars', 'alt' => __( 'Group Avatar', 'buddypress' ) ) ) )
Note: See TracChangeset for help on using the changeset viewer.