Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/19/2013 07:41:24 PM (12 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-filters.php

    r6781 r6800  
    4444add_filter( 'template_include',        'bp_template_include',    10    );
    4545add_filter( 'login_redirect',          'bp_login_redirect',      10, 3 );
     46add_filter( 'map_meta_cap',            'bp_map_meta_caps',       10, 4 );
    4647
    4748// Add some filters to feedback messages
Note: See TracChangeset for help on using the changeset viewer.