Skip to:
Content

BuddyPress.org

Changeset 2304


Ignore:
Timestamp:
01/15/2010 12:17:43 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1349 - this will be moved to back compat plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r2296 r2304  
    20282028        /* Record this in activity streams */
    20292029        $activity_content = sprintf( __( '%s wrote on the wire of the group %s:', 'buddypress'), bp_core_get_userlink( $bp->loggedin_user->id ), '<a href="' . bp_get_group_permalink( $bp->groups->current_group ) . '">' . attribute_escape( $bp->groups->current_group->name ) . '</a>' );
    2030         $activity_content .= '<blockquote>' . bp_create_excerpt( attribute_escape( $content ) ) . '</blockquote>';
     2030        $activity_content .= '<blockquote>' . bp_create_excerpt( $content ) . '</blockquote>';
    20312031
    20322032        groups_record_activity( array(
Note: See TracChangeset for help on using the changeset viewer.