Skip to:
Content

BuddyPress.org

Changeset 4376


Ignore:
Timestamp:
05/16/2011 09:40:27 PM (14 years ago)
Author:
boonebgorges
Message:

Makes the sanitization of RSS title text consistent. Fixes #3040

File:
1 edited

Legend:

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

    r4373 r4376  
    12791279
    12801280        if ( 'activity_update' == $activities_template->activity->type )
    1281             $title .= ': ' . strip_tags( bp_create_excerpt( $activities_template->activity->content, 70 ) );
     1281            $title .= ': ' . strip_tags( ent2ncr( trim( convert_chars( bp_create_excerpt( $activities_template->activity->content, 70, true, " […]" ) ) ) ) );
    12821282
    12831283        return apply_filters( 'bp_get_activity_feed_item_title', $title );
Note: See TracChangeset for help on using the changeset viewer.