Skip to:
Content

BuddyPress.org

Changeset 3169


Ignore:
Timestamp:
08/09/2010 10:43:23 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Add filter to activity action before meta is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-activity/bp-activity-templatetags.php

    r3168 r3169  
    510510
    511511                $action = $activities_template->activity->action;
     512
     513                $action = apply_filters( 'bp_get_activity_action_pre_meta', $action, &$activities_template->activity );
    512514
    513515                if ( !empty( $action ) )
Note: See TracChangeset for help on using the changeset viewer.