Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/24/2009 08:25:50 PM (17 years ago)
Author:
apeatling
Message:

DB version updates, minor css fixes to default theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r1655 r1687  
    407407   
    408408        /* Fetch the avatar from the folder, if not provide backwards compat. */
    409         if ( !$avatar = bp_core_fetch_avatar( array( 'item_id' => $groups_template->group->id, 'object' => 'group', 'type' => $type, 'avatar_dir' => 'group-avatars', 'alt' => $alt, 'id' => $id, 'class' => $class ) ) )
     409        if ( !$avatar = bp_core_fetch_avatar( array( 'item_id' => $groups_template->group->id, 'object' => 'group', 'type' => $type, 'avatar_dir' => 'group-avatars', 'alt' => $alt, 'css_id' => $id, 'class' => $class ) ) )
    410410            $avatar = '<img src="' . attribute_escape( $groups_template->group->avatar_thumb ) . '" class="avatar" alt="' . attribute_escape( $groups_template->group->name ) . '" />';
    411411
Note: See TracChangeset for help on using the changeset viewer.