Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/19/2013 07:41:24 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove duplicate template_include filter, and move bp_map_meta_cap to bp-core-filters.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-actions.php

    r6765 r6800  
    4242add_action( 'template_redirect',       'bp_template_redirect',      10    );
    4343add_action( 'widgets_init',            'bp_widgets_init',           10    );
    44 add_filter( 'template_include',        'bp_template_include',       10    );
    45 add_filter( 'map_meta_cap',            'bp_map_meta_caps',          10, 4 );
    4644
    4745/**
Note: See TracChangeset for help on using the changeset viewer.