Ticket #2705: 2705.001.patch
File 2705.001.patch, 480 bytes (added by , 14 years ago) |
---|
-
buddypress/bp-themes/bp-default/functions.php
222 222 function bp_dtheme_activity_secondary_avatars( $action, $activity ) { 223 223 switch ( $activity->component ) { 224 224 case 'groups' : 225 case 'blogs' :226 225 case 'friends' : 227 226 // Only insert avatar if one exists 228 227 if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) {