Changeset 6800 for trunk/bp-core/bp-core-actions.php
- Timestamp:
- 02/19/2013 07:41:24 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-actions.php
r6765 r6800 42 42 add_action( 'template_redirect', 'bp_template_redirect', 10 ); 43 43 add_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 );46 44 47 45 /**
Note: See TracChangeset
for help on using the changeset viewer.