Skip to:
Content

BuddyPress.org

Changeset 8473


Ignore:
Timestamp:
06/04/2014 04:40:34 PM (11 years ago)
Author:
boonebgorges
Message:

Pass function parameters to 'bp_blogs_record_activity_content' filter

Fixes #5680

Props rogercoathup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-activity.php

    r8428 r8473  
    297297
    298298    if ( !empty( $content ) )
    299         $content = apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ), $content );
     299        $content = apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ), $content, $r );
    300300
    301301    // Check for an existing entry and update if one exists.
Note: See TracChangeset for help on using the changeset viewer.