Changeset 9389 for trunk/src/bp-core/bp-core-filters.php
- Timestamp:
- 01/21/2015 07:31:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r9351 r9389 64 64 65 65 // Filter BuddyPress template locations 66 add_filter( 'bp_get_template_stack', 'bp_add_template_stack_locations' ); 66 add_filter( 'bp_get_template_stack', 'bp_add_template_stack_locations' ); 67 68 // Filter BuddyPress template hierarchy and look for page templates 69 add_filter( 'bp_get_buddypress_template', 'bp_theme_compat_page_templates' ); 67 70 68 71 // Turn comments off for BuddyPress pages
Note: See TracChangeset
for help on using the changeset viewer.