Skip to:
Content

BuddyPress.org

Changeset 3132


Ignore:
Timestamp:
07/19/2010 02:53:11 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2481 props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-blogs.php

    r3123 r3132  
    229229
    230230    if ( !empty( $content ) )
    231         $content = apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ) );
     231        $content = apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ), $content );
    232232
    233233    /* Check for an existing entry and update if one exists. */
Note: See TracChangeset for help on using the changeset viewer.