Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/10/2013 07:54:18 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Avoid debug notices in secondary avatar handling code for 'groups' component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-template.php

    r6759 r6904  
    10741074                $object  = 'group';
    10751075                $item_id = $activities_template->activity->item_id;
     1076                $link    = '';
     1077                $name    = '';
    10761078
    10771079                // Only if groups is active
     
    10801082                    $link  = bp_get_group_permalink( $group );
    10811083                    $name  = $group->name;
    1082                 } else {
    1083                     $name = '';
    10841084                }
    10851085
Note: See TracChangeset for help on using the changeset viewer.