Skip to:
Content

BuddyPress.org

Changeset 3409


Ignore:
Timestamp:
11/14/2010 03:41:51 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2705 props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/functions.php

    r3276 r3409  
    212212
    213213/**
     214 * bp_dtheme_activity_secondary_avatars()
     215 *
    214216 * Add secondary avatar image to this activity stream's record, if supported
    215217 *
     
    223225    switch ( $activity->component ) {
    224226        case 'groups' :
    225         case 'blogs' :
    226227        case 'friends' :
    227228            // Only insert avatar if one exists
Note: See TracChangeset for help on using the changeset viewer.