Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2008 05:18:42 PM (18 years ago)
Author:
apeatling
Message:

Fixed incorrect naming a phrasing of activity streams for a user on their profile.

File:
1 edited

Legend:

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

    r436 r438  
    132132       
    133133        if ( $activities_template->filter_content ) {
    134                 echo bp_activity_content_filter( $activities_template->activity['content'], $activities_template->activity['date_recorded'], $activities_template->full_name, true, $activities_template->is_home );                   
     134                if ( $activities_template->is_home ) {
     135                        echo bp_activity_content_filter( $activities_template->activity['content'], $activities_template->activity['date_recorded'], $activities_template->full_name );                                         
     136                } else {
     137                        echo bp_activity_content_filter( $activities_template->activity['content'], $activities_template->activity['date_recorded'], $activities_template->full_name, true, false, false );                                                                     
     138                }
    135139        } else {
    136140                $activities_template->activity['content'] = bp_activity_insert_time_since( $activities_template->activity['content'], $activities_template->activity['date_recorded'] );
Note: See TracChangeset for help on using the changeset viewer.