Skip to:
Content

BuddyPress.org

Ticket #2705: 2705.001.patch

File 2705.001.patch, 480 bytes (added by r-a-y, 14 years ago)
  • buddypress/bp-themes/bp-default/functions.php

     
    222222function bp_dtheme_activity_secondary_avatars( $action, $activity ) {
    223223        switch ( $activity->component ) {
    224224                case 'groups' :
    225                 case 'blogs' :
    226225                case 'friends' :
    227226                        // Only insert avatar if one exists
    228227                        if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) {