Skip to:
Content

BuddyPress.org

Changeset 1038


Ignore:
Timestamp:
02/09/2009 06:37:50 PM (16 years ago)
Author:
apeatling
Message:

Fixes #291. Suppression is the easiest way to deal with the dynamic nature of this.

File:
1 edited

Legend:

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

    r1025 r1038  
    289289                $activity_feed[$i]['title'] = trim( strip_tags( $title[0] ) );
    290290                $activity_feed[$i]['link'] = $activities[$i]['primary_link'];
    291                 $activity_feed[$i]['description'] = sprintf( $activities[$i]['content'], '' );
     291                $activity_feed[$i]['description'] = @sprintf( $activities[$i]['content'], '' );
    292292                $activity_feed[$i]['pubdate'] = $activities[$i]['date_recorded'];
    293293        }
Note: See TracChangeset for help on using the changeset viewer.