Skip to:
Content

BuddyPress.org

Changeset 9133


Ignore:
Timestamp:
11/11/2014 02:35:38 PM (10 years ago)
Author:
boonebgorges
Message:

Remove duplicate 'bp_get_activity_show_filters' filter.

'bp_get_activity_show_filters_options' now filters the options used to build
the options markup, while 'bp_get_activity_show_filters' filters the markup.

See #5938.

File:
1 edited

Legend:

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

    r9063 r9133  
    37133713         *        'member', 'member_groups', 'group'.
    37143714         */
    3715         $filters = apply_filters( 'bp_get_activity_show_filters', $filters, $context );
     3715        $filters = apply_filters( 'bp_get_activity_show_filters_options', $filters, $context );
    37163716
    37173717        // Build the options output
Note: See TracChangeset for help on using the changeset viewer.