Skip to:
Content

BuddyPress.org

Ticket #2481: 2481.001.patch

File 2481.001.patch, 583 bytes (added by r-a-y, 14 years ago)
  • buddypress/bp-blogs.php

     
    228228                $action = apply_filters( 'bp_blogs_record_activity_action', $action );
    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. */
    234234        $id = bp_activity_get_activity_id( array(